removed unecessary assets

This commit is contained in:
Booklordofthedings 2024-08-17 00:39:35 +02:00
parent be0928bcb8
commit bfc06c7919
9 changed files with 12 additions and 82 deletions

View file

@ -8,6 +8,7 @@
[node name="Player" parent="." instance=ExtResource("1_prjlb")] [node name="Player" parent="." instance=ExtResource("1_prjlb")]
[node name="CanvasLayer" parent="." instance=ExtResource("2_mxtem")] [node name="CanvasLayer" parent="." instance=ExtResource("2_mxtem")]
visible = false
[node name="UILayer" type="CanvasLayer" parent="."] [node name="UILayer" type="CanvasLayer" parent="."]

View file

@ -1,8 +1,7 @@
[gd_scene load_steps=5 format=3 uid="uid://ctc0arg3efa5k"] [gd_scene load_steps=4 format=3 uid="uid://ctc0arg3efa5k"]
[ext_resource type="PackedScene" uid="uid://ba6afuig8bqrg" path="res://levels/LevelBase.tscn" id="1_ad6qp"] [ext_resource type="PackedScene" uid="uid://ba6afuig8bqrg" path="res://levels/LevelBase.tscn" id="1_ad6qp"]
[ext_resource type="Texture2D" uid="uid://cyealb63c8uqg" path="res://temp_assets/background_commision.png" id="2_mirhn"] [ext_resource type="Texture2D" uid="uid://dr4ayedb5xb2k" path="res://textures/file_editor.png" id="2_gwmxk"]
[ext_resource type="Texture2D" uid="uid://bsu1bvlb0s8dp" path="res://temp_assets/Screenshot (1).png" id="3_ocraj"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_qjpxi"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_qjpxi"]
size = Vector2(1928.3, 529.623) size = Vector2(1928.3, 529.623)
@ -11,18 +10,16 @@ size = Vector2(1928.3, 529.623)
[node name="Sprite2D" type="Sprite2D" parent="." index="1"] [node name="Sprite2D" type="Sprite2D" parent="." index="1"]
z_index = -1 z_index = -1
texture = ExtResource("2_mirhn") scale = Vector2(0.6, 0.6)
texture = ExtResource("2_gwmxk")
[node name="Ground" type="Sprite2D" parent="." index="2"] [node name="Ground" type="Sprite2D" parent="." index="2"]
position = Vector2(38, 807) position = Vector2(15, 644)
scale = Vector2(1.06, 1.06) scale = Vector2(0.66, 0.66)
texture = ExtResource("3_ocraj") texture = ExtResource("2_gwmxk")
[node name="StaticBody2D" type="StaticBody2D" parent="Ground" index="0"] [node name="StaticBody2D" type="StaticBody2D" parent="Ground" index="0"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground/StaticBody2D" index="0"] [node name="CollisionShape2D" type="CollisionShape2D" parent="Ground/StaticBody2D" index="0"]
position = Vector2(1.88681, -274.811) position = Vector2(1.88681, -274.811)
shape = SubResource("RectangleShape2D_qjpxi") shape = SubResource("RectangleShape2D_qjpxi")
[node name="Button" parent="UI" index="0"]
text = "ifjgoidfjgoidfjgoidfjigdf"

View file

@ -13,7 +13,7 @@ config_version=5
config/name="GMTK_2024" config/name="GMTK_2024"
run/main_scene="res://levels/TestingField.tscn" run/main_scene="res://levels/TestingField.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility") config/features=PackedStringArray("4.3", "GL Compatibility")
config/icon="res://icon.svg" config/icon="res://temp_assets/icon.svg"
[display] [display]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

View file

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bsu1bvlb0s8dp"
path="res://.godot/imported/Screenshot (1).png-26ba2769ce1c9804975484893473fb3a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://temp_assets/Screenshot (1).png"
dest_files=["res://.godot/imported/Screenshot (1).png-26ba2769ce1c9804975484893473fb3a.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -1,34 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cyealb63c8uqg"
path="res://.godot/imported/background_commision.png-3f6004e5239a2c4eb926ce75331cca04.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://temp_assets/background_commision.png"
dest_files=["res://.godot/imported/background_commision.png-3f6004e5239a2c4eb926ce75331cca04.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 994 B

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://3t2am0l5qvpq" uid="uid://3t2am0l5qvpq"
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" path="res://.godot/imported/icon.svg-54b04439b4d8634f76176c472591e9b4.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://icon.svg" source_file="res://temp_assets/icon.svg"
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] dest_files=["res://.godot/imported/icon.svg-54b04439b4d8634f76176c472591e9b4.ctex"]
[params] [params]