add animations

This commit is contained in:
2026-04-23 11:23:43 +03:00
parent c7f0d9e176
commit bec9389bb8
4 changed files with 101 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
extends Node3D
const PLAYER_SCENE := preload("res://scenes/Player.scn")
const PLAYER_SCENE := preload("res://scenes/Player.tscn")
const ENEMY_SCENE := preload("res://scenes/Enemy.tscn")
const ROCK_SCENE := preload("res://scenes/Rock.tscn")
const STICK_SCENE := preload("res://scenes/Stick.tscn")