Basic platformer with rope

This commit is contained in:
ASOwnerYT
2026-07-25 16:10:50 +12:00
commit 4818002bbd
503 changed files with 16081 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
class_name LevelState
extends Resource
@export var color : Color
@export var tutorial_read : bool = false