Compare commits
4 Commits
865132c253
...
9ed12eb4e1
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ed12eb4e1 | |||
| 099e55a942 | |||
| 40caea1141 | |||
| 458969be87 |
18
.vscode/launch.json
vendored
Normal file
18
.vscode/launch.json
vendored
Normal 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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"godotTools.editorPath.godot4": "c:\\Program Files\\Godot\\Godot_v4.3-stable_win64.exe"
|
||||
}
|
||||
@@ -12,5 +12,5 @@ config_version=5
|
||||
|
||||
config/name="dujorak"
|
||||
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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[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" path="res://src/scripts/ui.gd" id="2_dljv7"]
|
||||
[ext_resource type="Script" uid="uid://dvscisoria6aj" path="res://src/scripts/game.gd" id="1_vl3q8"]
|
||||
[ext_resource type="Script" uid="uid://j8w01uew0ovu" path="res://src/scripts/ui.gd" id="2_dljv7"]
|
||||
|
||||
[node name="Game" type="Node2D"]
|
||||
script = ExtResource("1_vl3q8")
|
||||
|
||||
1
src/scripts/game.gd.uid
Normal file
1
src/scripts/game.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dvscisoria6aj
|
||||
1
src/scripts/ui.gd.uid
Normal file
1
src/scripts/ui.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://j8w01uew0ovu
|
||||
Reference in New Issue
Block a user