diff --git a/graphics/backgrounds/chocomint.png b/assets/textures/backgrounds/chocomint.png similarity index 100% rename from graphics/backgrounds/chocomint.png rename to assets/textures/backgrounds/chocomint.png diff --git a/graphics/backgrounds/chocomint.png.import b/assets/textures/backgrounds/chocomint.png.import similarity index 70% rename from graphics/backgrounds/chocomint.png.import rename to assets/textures/backgrounds/chocomint.png.import index e6cacb5..cb8053e 100644 --- a/graphics/backgrounds/chocomint.png.import +++ b/assets/textures/backgrounds/chocomint.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6a7l24y30iht" -path="res://.godot/imported/chocomint.png-30b76103629d69305ff1b648407ac927.ctex" +path="res://.godot/imported/chocomint.png-36776afe68c33653c4697fd4886edcca.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/backgrounds/chocomint.png" -dest_files=["res://.godot/imported/chocomint.png-30b76103629d69305ff1b648407ac927.ctex"] +source_file="res://assets/textures/backgrounds/chocomint.png" +dest_files=["res://.godot/imported/chocomint.png-36776afe68c33653c4697fd4886edcca.ctex"] [params] diff --git a/graphics/tiles/chocomint.png b/assets/textures/tiles/chocomint.png similarity index 100% rename from graphics/tiles/chocomint.png rename to assets/textures/tiles/chocomint.png diff --git a/graphics/tiles/chocomint.png.import b/assets/textures/tiles/chocomint.png.import similarity index 71% rename from graphics/tiles/chocomint.png.import rename to assets/textures/tiles/chocomint.png.import index 93f0d65..d8e3ff9 100644 --- a/graphics/tiles/chocomint.png.import +++ b/assets/textures/tiles/chocomint.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://digiybhhqsr2t" -path="res://.godot/imported/chocomint.png-619b0bafae0fb1fe97b70bdbe9285c1b.ctex" +path="res://.godot/imported/chocomint.png-6b35637be12ed9d7f811fddf0d5b0734.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://graphics/tiles/chocomint.png" -dest_files=["res://.godot/imported/chocomint.png-619b0bafae0fb1fe97b70bdbe9285c1b.ctex"] +source_file="res://assets/textures/tiles/chocomint.png" +dest_files=["res://.godot/imported/chocomint.png-6b35637be12ed9d7f811fddf0d5b0734.ctex"] [params] diff --git a/assets/tilesets/chocomint.tres b/assets/tilesets/chocomint.tres new file mode 100644 index 0000000..d2b97a3 --- /dev/null +++ b/assets/tilesets/chocomint.tres @@ -0,0 +1,12 @@ +[gd_resource type="TileSet" load_steps=3 format=3 uid="uid://xwfn24if3pxk"] + +[ext_resource type="Texture2D" uid="uid://digiybhhqsr2t" path="res://assets/textures/tiles/chocomint.png" id="1_fbvnd"] + +[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_xknof"] +texture = ExtResource("1_fbvnd") +0:0/0 = 0 +0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, 8, -8, 8, 8, -8, 8) + +[resource] +physics_layer_0/collision_layer = 1 +sources/0 = SubResource("TileSetAtlasSource_xknof") diff --git a/maps/level1.tscn b/maps/level1.tscn new file mode 100644 index 0000000..a2d9168 --- /dev/null +++ b/maps/level1.tscn @@ -0,0 +1,3 @@ +[gd_scene format=3 uid="uid://bbnq7ptk8hhxa"] + +[node name="Level1" type="Node2D"]