Cleanup and stuff

This commit is contained in:
CenTdemeern1 2025-04-30 16:45:19 +02:00
parent 72bcd912bb
commit 4c64946609
5 changed files with 8 additions and 11 deletions

View file

@ -1,4 +1,5 @@
extends Node2D
class_name SpriteObject
var type = "sprite"

View file

@ -126,7 +126,7 @@ func _on_bounce_gravity_value_changed(value):
Global.pushUpdate("Bounce gravity value changed.")
func costumeButtonsPressed(label,id):
func costumeButtonsPressed(label: Label, id):
label.text = "AWAITING INPUT"
await Global.main.emptiedCapture
awaitingCostumeInput = id - 1