forked from jaildesigner-jailgames/jaildoctors_dilemma
acabada la migracio de .ani a .yaml
This commit is contained in:
@@ -42,7 +42,7 @@ tilemap:
|
||||
|
||||
# Enemies in this room
|
||||
enemies:
|
||||
- animation: z80.ani
|
||||
- animation: z80.yaml
|
||||
position: {x: 15, y: 1}
|
||||
velocity: {x: 0, y: 18.0}
|
||||
boundaries:
|
||||
@@ -52,7 +52,7 @@ enemies:
|
||||
y2: 10
|
||||
color: bright_green
|
||||
|
||||
- animation: chip.ani
|
||||
- animation: chip.yaml
|
||||
position: {x: 1, y: 8}
|
||||
velocity: {x: 18.0, y: 0}
|
||||
boundaries:
|
||||
@@ -62,7 +62,7 @@ enemies:
|
||||
y2: 8
|
||||
color: bright_green
|
||||
|
||||
- animation: chip.ani
|
||||
- animation: chip.yaml
|
||||
position: {x: 28, y: 8}
|
||||
velocity: {x: 18.0, y: 0}
|
||||
boundaries:
|
||||
@@ -72,7 +72,7 @@ enemies:
|
||||
y2: 8
|
||||
color: bright_green
|
||||
|
||||
- animation: shock.ani
|
||||
- animation: shock.yaml
|
||||
position: {x: 8, y: 1}
|
||||
velocity: {x: 0, y: 60.0}
|
||||
boundaries:
|
||||
@@ -82,7 +82,7 @@ enemies:
|
||||
y2: 14
|
||||
color: bright_green
|
||||
|
||||
- animation: shock.ani
|
||||
- animation: shock.yaml
|
||||
position: {x: 23, y: 7}
|
||||
velocity: {x: 0, y: 60.0}
|
||||
boundaries:
|
||||
|
||||
Reference in New Issue
Block a user