Added all the things

This commit is contained in:
Nathan Anderson
2022-08-04 10:50:28 -06:00
commit 417044bfda
18 changed files with 760 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
extends Node2D
onready var sprite = $Sprite
func _ready() -> void:
sprite.set_modulate(Color(1.0, 0.0, 0.0))