Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ed12eb4e1 | ||
|
|
099e55a942 | ||
|
|
40caea1141 | ||
|
|
458969be87 |
Vendored
+18
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Vendored
-3
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"godotTools.editorPath.godot4": "c:\\Program Files\\Godot\\Godot_v4.3-stable_win64.exe"
|
||||
}
|
||||
+1
-1
@@ -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")
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
uid://dvscisoria6aj
|
||||
@@ -0,0 +1 @@
|
||||
uid://j8w01uew0ovu
|
||||
Reference in New Issue
Block a user