diff --git a/notes/gary_pixels.xcf b/notes/gary_pixels.xcf new file mode 100644 index 0000000..2bee917 Binary files /dev/null and b/notes/gary_pixels.xcf differ diff --git a/tree/small_tree.xcf b/notes/small_tree.xcf similarity index 100% rename from tree/small_tree.xcf rename to notes/small_tree.xcf diff --git a/workspace/tileset.xcf b/notes/tileset.xcf similarity index 100% rename from workspace/tileset.xcf rename to notes/tileset.xcf diff --git a/.editorconfig b/project/.editorconfig similarity index 100% rename from .editorconfig rename to project/.editorconfig diff --git a/character/character.gd b/project/character/character.gd similarity index 100% rename from character/character.gd rename to project/character/character.gd diff --git a/character/character.gd.uid b/project/character/character.gd.uid similarity index 100% rename from character/character.gd.uid rename to project/character/character.gd.uid diff --git a/character/gary_pixels.png b/project/character/gary_pixels.png similarity index 100% rename from character/gary_pixels.png rename to project/character/gary_pixels.png diff --git a/character/gary_pixels.png.import b/project/character/gary_pixels.png.import similarity index 100% rename from character/gary_pixels.png.import rename to project/character/gary_pixels.png.import diff --git a/icon.svg b/project/icon.svg similarity index 100% rename from icon.svg rename to project/icon.svg diff --git a/icon.svg.import b/project/icon.svg.import similarity index 100% rename from icon.svg.import rename to project/icon.svg.import diff --git a/items/inventory.gd b/project/items/inventory.gd similarity index 100% rename from items/inventory.gd rename to project/items/inventory.gd diff --git a/items/inventory.gd.uid b/project/items/inventory.gd.uid similarity index 100% rename from items/inventory.gd.uid rename to project/items/inventory.gd.uid diff --git a/project.godot b/project/project.godot similarity index 100% rename from project.godot rename to project/project.godot diff --git a/tree/small_tree.gd b/project/small_tree/small_tree.gd similarity index 100% rename from tree/small_tree.gd rename to project/small_tree/small_tree.gd diff --git a/tree/small_tree.gd.uid b/project/small_tree/small_tree.gd.uid similarity index 100% rename from tree/small_tree.gd.uid rename to project/small_tree/small_tree.gd.uid diff --git a/tree/small_tree.png b/project/small_tree/small_tree.png similarity index 100% rename from tree/small_tree.png rename to project/small_tree/small_tree.png diff --git a/tree/small_tree.png.import b/project/small_tree/small_tree.png.import similarity index 58% rename from tree/small_tree.png.import rename to project/small_tree/small_tree.png.import index e9c8fc7..66c914f 100644 --- a/tree/small_tree.png.import +++ b/project/small_tree/small_tree.png.import @@ -3,21 +3,23 @@ importer="texture" type="CompressedTexture2D" uid="uid://bfyw8l1ubdnsj" -path="res://.godot/imported/small_tree.png-6b7409adbeafd078c10945c05a21c2ab.ctex" +path="res://.godot/imported/small_tree.png-cf75decf0f8c1df0d335279ecd86f789.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://tree/small_tree.png" -dest_files=["res://.godot/imported/small_tree.png-6b7409adbeafd078c10945c05a21c2ab.ctex"] +source_file="res://small_tree/small_tree.png" +dest_files=["res://.godot/imported/small_tree.png-cf75decf0f8c1df0d335279ecd86f789.ctex"] [params] compress/mode=0 compress/high_quality=false compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 @@ -25,6 +27,10 @@ mipmaps/generate=false mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 process/fix_alpha_border=true process/premult_alpha=false process/normal_map_invert_y=false diff --git a/tree/small_tree.tscn b/project/small_tree/small_tree.tscn similarity index 88% rename from tree/small_tree.tscn rename to project/small_tree/small_tree.tscn index b34064f..e8b9d61 100644 --- a/tree/small_tree.tscn +++ b/project/small_tree/small_tree.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=4 format=3 uid="uid://d2re5mee0xayj"] -[ext_resource type="Texture2D" uid="uid://bfyw8l1ubdnsj" path="res://tree/small_tree.png" id="1_1ao6o"] -[ext_resource type="Script" uid="uid://clxosihgty8t5" path="res://tree/small_tree.gd" id="1_brd4x"] +[ext_resource type="Texture2D" uid="uid://bfyw8l1ubdnsj" path="res://small_tree/small_tree.png" id="1_1ao6o"] +[ext_resource type="Script" uid="uid://clxosihgty8t5" path="res://small_tree/small_tree.gd" id="1_brd4x"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_vb5bs"] size = Vector2(32, 32) diff --git a/terrain/dirt.png b/project/terrain/dirt.png similarity index 100% rename from terrain/dirt.png rename to project/terrain/dirt.png diff --git a/terrain/dirt.png.import b/project/terrain/dirt.png.import similarity index 100% rename from terrain/dirt.png.import rename to project/terrain/dirt.png.import diff --git a/terrain/grass.png b/project/terrain/grass.png similarity index 100% rename from terrain/grass.png rename to project/terrain/grass.png diff --git a/terrain/grass.png.import b/project/terrain/grass.png.import similarity index 100% rename from terrain/grass.png.import rename to project/terrain/grass.png.import diff --git a/terrain/terrain.gd b/project/terrain/terrain.gd similarity index 100% rename from terrain/terrain.gd rename to project/terrain/terrain.gd diff --git a/terrain/terrain.gd.uid b/project/terrain/terrain.gd.uid similarity index 100% rename from terrain/terrain.gd.uid rename to project/terrain/terrain.gd.uid diff --git a/terrain/terrain_tileset.tres b/project/terrain/terrain_tileset.tres similarity index 100% rename from terrain/terrain_tileset.tres rename to project/terrain/terrain_tileset.tres diff --git a/workspace/workspace.gd b/project/workspace/workspace.gd similarity index 83% rename from workspace/workspace.gd rename to project/workspace/workspace.gd index ea44c33..f879553 100644 --- a/workspace/workspace.gd +++ b/project/workspace/workspace.gd @@ -1,6 +1,6 @@ extends Node2D -@export var small_tree = preload("res://tree/small_tree.tscn") +@export var small_tree = preload("res://small_tree/small_tree.tscn") func _ready() -> void: randomize() diff --git a/workspace/workspace.gd.uid b/project/workspace/workspace.gd.uid similarity index 100% rename from workspace/workspace.gd.uid rename to project/workspace/workspace.gd.uid diff --git a/workspace/workspace.tscn b/project/workspace/workspace.tscn similarity index 100% rename from workspace/workspace.tscn rename to project/workspace/workspace.tscn