Skip to content

Commit

Permalink
fix: remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KTools2202 authored and KTools2202 committed Aug 1, 2024
1 parent bf30bc0 commit 35e9936
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/Main.gd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
extends Node2D

#@onready var checkpoint_gui = preload("res://scenes/checkpoint.tscn").instance()
# Called when the node enters the scene tree for the first time.
func _ready():
load_scene("res://scenes/start_button.tscn")
Expand All @@ -26,7 +25,6 @@ func load_scene(scene_path):
new_scene.owner = get_tree().root

func _on_checkpoint_reached():
#checkpoint_gui.show_message("Checkpoint Reached", "You have reached a checkpoint.", Callable(self, "_checkpoint_callback"))
pass

func _checkpoint_callback():
Expand Down

0 comments on commit 35e9936

Please sign in to comment.