faltava definir comandos
en color diferent el element seleccionat
This commit is contained in:
@@ -244,9 +244,16 @@ categories:
|
||||
completions:
|
||||
ITEM: [ADD, DELETE, DUPLICATE]
|
||||
|
||||
- keyword: PLATFORM
|
||||
handler: cmd_platform
|
||||
description: "Add, delete or duplicate platform"
|
||||
usage: "PLATFORM <ADD|DELETE|DUPLICATE>"
|
||||
completions:
|
||||
PLATFORM: [ADD, DELETE, DUPLICATE]
|
||||
|
||||
- keyword: SET
|
||||
handler: cmd_set
|
||||
description: "Set property (enemy, item or room)"
|
||||
description: "Set property (enemy, item, platform or room)"
|
||||
usage: "SET <property> <value>"
|
||||
dynamic_completions: true
|
||||
completions:
|
||||
|
||||
@@ -72,7 +72,6 @@ enemies:
|
||||
boundaries:
|
||||
position1: {x: 4, y: 7}
|
||||
position2: {x: 25, y: 7}
|
||||
color: 8
|
||||
|
||||
- animation: upv_student.yaml
|
||||
position: {x: 9, y: 18}
|
||||
@@ -80,19 +79,8 @@ enemies:
|
||||
boundaries:
|
||||
position1: {x: 3, y: 18}
|
||||
position2: {x: 23, y: 18}
|
||||
color: 10
|
||||
flip: true
|
||||
|
||||
# Plataformas móviles en esta habitación
|
||||
platforms:
|
||||
- animation: bin.yaml
|
||||
position: {x: 5, y: 17}
|
||||
velocity: {x: 25, y: 0}
|
||||
boundaries:
|
||||
position1: {x: 3, y: 17}
|
||||
position2: {x: 20, y: 17}
|
||||
frame: 0
|
||||
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
@@ -100,3 +88,13 @@ items:
|
||||
position: {x: 4, y: 6}
|
||||
counter: 1
|
||||
|
||||
# Plataformas móviles en esta habitación
|
||||
platforms:
|
||||
- animation: bin.yaml
|
||||
position: {x: 2, y: 16}
|
||||
velocity: {x: 25, y: 0}
|
||||
boundaries:
|
||||
position1: {x: 2, y: 16}
|
||||
position2: {x: 20, y: 15}
|
||||
frame: 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user