From b00fc008d42ca08d15853347929c98277306d82f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 14 Apr 2024 00:51:15 +0200 Subject: [PATCH] autosave shenanigans --- behaviours/counter.tscn | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/behaviours/counter.tscn b/behaviours/counter.tscn index d522baf..443a496 100644 --- a/behaviours/counter.tscn +++ b/behaviours/counter.tscn @@ -1,18 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://brvbtvt4em32"] -[sub_resource type="GDScript" id="GDScript_tks6b"] -script/source = "extends Node - - -# Called when the node enters the scene tree for the first time. -func _ready() -> void: - pass # Replace with function body. - - -# Called every frame. 'delta' is the elapsed time since the previous frame. -func _process(delta: float) -> void: - pass -" +[ext_resource type="Script" path="res://behaviours/counter.gd" id="1_dd5t1"] [node name="Counter" type="Node"] -script = SubResource("GDScript_tks6b") +script = ExtResource("1_dd5t1")