From 36845af9f7fd8be7db5cdc9175b0b14d73c26408 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sun, 5 May 2024 19:26:16 +0200 Subject: [PATCH] remove the changes made for the test commit --- scenes/base_level/base_level.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/scenes/base_level/base_level.gd b/scenes/base_level/base_level.gd index 911ef5b..58577cf 100644 --- a/scenes/base_level/base_level.gd +++ b/scenes/base_level/base_level.gd @@ -8,5 +8,4 @@ func _ready(): # Called every frame. 'delta' is the elapsed time since the previous frame. func _process(delta): - # something something this is a test pass -- 2.30.2