Lessons: Player health, damage, stats, resources
This commit is contained in:
parent
147199a012
commit
7842e15c6c
13 changed files with 153 additions and 18 deletions
|
@ -30,12 +30,9 @@ position = Vector2( 64, 128 )
|
|||
position = Vector2( 32, 160 )
|
||||
|
||||
[node name="WalkingEnemy2" parent="." instance=ExtResource( 5 )]
|
||||
position = Vector2( 144, 208 )
|
||||
position = Vector2( 160, 208 )
|
||||
|
||||
[node name="WalkingEnemy3" parent="." instance=ExtResource( 5 )]
|
||||
position = Vector2( 208, 96 )
|
||||
|
||||
[node name="WalkingEnemy4" parent="." instance=ExtResource( 5 )]
|
||||
position = Vector2( 320, 128 )
|
||||
position = Vector2( 448, 80 )
|
||||
|
||||
[editable path="Player"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue