Compare commits

...

4 Commits

7 changed files with 71 additions and 54 deletions

18
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "GDScript: Launch Project",
"type": "godot",
"request": "launch",
"project": "${workspaceFolder}",
"debug_collisions": false,
"debug_paths": false,
"debug_navigation": false,
"additional_options": ""
}
]
}

View File

@@ -1,3 +0,0 @@
{
"godotTools.editorPath.godot4": "c:\\Program Files\\Godot\\Godot_v4.3-stable_win64.exe"
}

View File

@@ -12,5 +12,5 @@ config_version=5
config/name="dujorak" config/name="dujorak"
run/main_scene="res://src/scenes/game.tscn" run/main_scene="res://src/scenes/game.tscn"
config/features=PackedStringArray("4.3", "Forward Plus") config/features=PackedStringArray("4.4", "Forward Plus")
config/icon="res://icon.svg" config/icon="res://icon.svg"

View File

@@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://b3cyy67wp6hd0"] [gd_scene load_steps=3 format=3 uid="uid://b3cyy67wp6hd0"]
[ext_resource type="Script" path="res://src/scripts/game.gd" id="1_vl3q8"] [ext_resource type="Script" uid="uid://dvscisoria6aj" path="res://src/scripts/game.gd" id="1_vl3q8"]
[ext_resource type="Script" path="res://src/scripts/ui.gd" id="2_dljv7"] [ext_resource type="Script" uid="uid://j8w01uew0ovu" path="res://src/scripts/ui.gd" id="2_dljv7"]
[node name="Game" type="Node2D"] [node name="Game" type="Node2D"]
script = ExtResource("1_vl3q8") script = ExtResource("1_vl3q8")

1
src/scripts/game.gd.uid Normal file
View File

@@ -0,0 +1 @@
uid://dvscisoria6aj

1
src/scripts/ui.gd.uid Normal file
View File

@@ -0,0 +1 @@
uid://j8w01uew0ovu