-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nathan Franke
committed
Dec 14, 2023
1 parent
931e8ed
commit 648dc48
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[gd_scene load_steps=2 format=3 uid="uid://dm7p2oqcqma0r"] | ||
|
||
[ext_resource type="Script" path="res://test.gd" id="1_b6plr"] | ||
|
||
[node name="Test" type="Node"] | ||
script = ExtResource("1_b6plr") | ||
|
||
[node name="MyNode" type="MyNode" parent="."] |