Added all the things
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
extends Node2D
|
||||
|
||||
onready var sprite = $Sprite
|
||||
|
||||
func _ready() -> void:
|
||||
sprite.set_modulate(Color(1.0, 0.0, 0.0))
|
||||
Reference in New Issue
Block a user