Commit 8e0bcc51 authored by Gerard Gascón's avatar Gerard Gascón
Browse files

chore: reorganize project structure

parent 8983b847
Loading
Loading
Loading
Loading
+0 −0

File moved.

+3 −3
Original line number Diff line number Diff line
@@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://fdqnc2qrrvn1"
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
path="res://.godot/imported/icon.svg-00a55f41757400f7387d4069be498893.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://icon.svg"
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"]
source_file="res://assets/sprites/icon.svg"
dest_files=["res://.godot/imported/icon.svg-00a55f41757400f7387d4069be498893.ctex"]

[params]

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ config/name="SantJordiJam25"
run/main_scene="uid://ctytpqaed0yqx"
config/features=PackedStringArray("4.4", "GL Compatibility")
boot_splash/show_image=false
config/icon="res://icon.svg"
config/icon="res://assets/sprites/icon.svg"

[display]

+1 −1
Original line number Diff line number Diff line
[gd_scene load_steps=2 format=3 uid="uid://baa8gpicw2yg0"]

[ext_resource type="Texture2D" uid="uid://fdqnc2qrrvn1" path="res://icon.svg" id="1_ixu8j"]
[ext_resource type="Texture2D" uid="uid://fdqnc2qrrvn1" path="res://assets/sprites/icon.svg" id="1_ixu8j"]

[node name="Dragon" type="Node2D"]

+0 −0

File moved.

Loading