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: arounders_machine.ani
|
||||
- animation: arounders_machine.yaml
|
||||
position: {x: 7, y: 1}
|
||||
velocity: {x: 0, y: 0}
|
||||
boundaries:
|
||||
@@ -52,7 +52,7 @@ enemies:
|
||||
y2: 1
|
||||
color: red
|
||||
|
||||
- animation: walking_arounder.ani
|
||||
- animation: walking_arounder.yaml
|
||||
position: {x: 10, y: 12}
|
||||
velocity: {x: 24.0, y: 0}
|
||||
boundaries:
|
||||
@@ -63,7 +63,7 @@ enemies:
|
||||
color: white
|
||||
flip: true
|
||||
|
||||
- animation: walking_arounder.ani
|
||||
- animation: walking_arounder.yaml
|
||||
position: {x: 15, y: 12}
|
||||
velocity: {x: 24.0, y: 0}
|
||||
boundaries:
|
||||
@@ -74,7 +74,7 @@ enemies:
|
||||
color: green
|
||||
flip: true
|
||||
|
||||
- animation: walking_arounder.ani
|
||||
- animation: walking_arounder.yaml
|
||||
position: {x: 20, y: 12}
|
||||
velocity: {x: 24.0, y: 0}
|
||||
boundaries:
|
||||
@@ -85,7 +85,7 @@ enemies:
|
||||
color: yellow
|
||||
flip: true
|
||||
|
||||
- animation: walking_arounder.ani
|
||||
- animation: walking_arounder.yaml
|
||||
position: {x: 14, y: 2}
|
||||
velocity: {x: 24.0, y: 0}
|
||||
boundaries:
|
||||
|
||||
Reference in New Issue
Block a user