Improved file structure

This commit is contained in:
2024-01-29 00:55:49 +01:00
parent a6278cedb1
commit bca8fdf610
12 changed files with 32 additions and 28 deletions

View File

@ -1,7 +1,7 @@
class_name DebugLabel
extends Control
var text : String :
var text: String:
get:
return get_child(1).text
set(value):