add logging
This commit is contained in:
@@ -7,4 +7,4 @@ func _ready():
|
||||
# Example: Add some score after a few seconds to test the system
|
||||
await get_tree().create_timer(2.0).timeout
|
||||
score_changed.emit(100)
|
||||
print("Clickomania awarded 100 points")
|
||||
print("Clickomania awarded 100 points")
|
||||
|
||||
@@ -18,4 +18,4 @@ offset_bottom = 12.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "Clickomania Gameplay (Demo)"
|
||||
horizontal_alignment = 1
|
||||
horizontal_alignment = 1
|
||||
|
||||
@@ -12,4 +12,4 @@ func _on_pressed():
|
||||
DebugManager.toggle_debug()
|
||||
|
||||
func _on_debug_toggled(enabled: bool):
|
||||
text = "Debug: " + ("ON" if enabled else "OFF")
|
||||
text = "Debug: " + ("ON" if enabled else "OFF")
|
||||
|
||||
@@ -15,4 +15,4 @@ offset_bottom = -10.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
text = "Debug: OFF"
|
||||
script = ExtResource("1_gn2ol")
|
||||
script = ExtResource("1_gn2ol")
|
||||
|
||||
Reference in New Issue
Block a user