- faltava propietat mirror
- al fer clic es tanca la consola
This commit is contained in:
@@ -219,14 +219,22 @@ categories:
|
||||
completions:
|
||||
EDIT: [ON, OFF, REVERT]
|
||||
|
||||
- keyword: ENEMY
|
||||
handler: cmd_enemy
|
||||
description: "Add, delete or duplicate enemy (editor)"
|
||||
usage: "ENEMY <ADD|DELETE|DUPLICATE>"
|
||||
completions:
|
||||
ENEMY: [ADD, DELETE, DUPLICATE]
|
||||
|
||||
- keyword: SET
|
||||
handler: cmd_set
|
||||
description: "Set enemy property (editor, select enemy first)"
|
||||
usage: "SET <ANIMATION|COLOR|VX|VY|FLIP> <value>"
|
||||
usage: "SET <ANIMATION|COLOR|VX|VY|FLIP|MIRROR> <value>"
|
||||
dynamic_completions: true
|
||||
completions:
|
||||
SET: [ANIMATION, COLOR, VX, VY, FLIP]
|
||||
SET: [ANIMATION, COLOR, VX, VY, FLIP, MIRROR]
|
||||
SET FLIP: [ON, OFF]
|
||||
SET MIRROR: [ON, OFF]
|
||||
|
||||
- name: CHEATS
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user