Lessons: Player health, damage, stats, resources

This commit is contained in:
Felipe M 2021-01-30 22:58:28 +01:00
parent 147199a012
commit 7842e15c6c
Signed by: fmartingr
GPG key ID: 716BC147715E716F
13 changed files with 153 additions and 18 deletions

View file

@ -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"]