displaymenu.gbsres 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_resourceType": "script",
  3. "id": "f83d00fe-e9df-4c20-a6cc-52fdff2724d6",
  4. "name": "DisplayMenu",
  5. "description": "",
  6. "variables": {
  7. "V0": {
  8. "id": "V0",
  9. "name": "Variable A",
  10. "passByReference": true
  11. }
  12. },
  13. "actors": {},
  14. "symbol": "script_8",
  15. "script": [
  16. {
  17. "command": "EVENT_MENU",
  18. "args": {
  19. "variable": "V0",
  20. "items": 7,
  21. "option1": "Infos",
  22. "option2": "HP $00$",
  23. "option3": "Food $10$",
  24. "option4": "Floor 1",
  25. "option5": "H : $06$",
  26. "option6": "F : $05$",
  27. "option7": "W : $07$",
  28. "option8": "",
  29. "cancelOnB": true,
  30. "layout": "menu",
  31. "__collapse": false,
  32. "__comment": false
  33. },
  34. "id": "98e567ce-8595-467b-8ca1-aebcc1d656f2"
  35. },
  36. {
  37. "command": "EVENT_SWITCH_SCENE",
  38. "args": {
  39. "sceneId": "56849ba1-fc37-4ba2-8541-6a69d5a349be",
  40. "x": {
  41. "type": "number",
  42. "value": 0
  43. },
  44. "y": {
  45. "type": "number",
  46. "value": 0
  47. },
  48. "direction": "",
  49. "fadeSpeed": 1,
  50. "__comment": true
  51. },
  52. "id": "7636d9f7-7e83-48e0-b6c1-8f1467d9cbe3"
  53. }
  54. ]
  55. }