diff --git a/prefab/role/Role.tscn b/prefab/role/Role.tscn index b2bfbf2..1bafcc1 100644 --- a/prefab/role/Role.tscn +++ b/prefab/role/Role.tscn @@ -4,6 +4,22 @@ [ext_resource path="res://resource/sprite/role/role2.png" type="Texture" id=2] [ext_resource path="res://resource/sprite/role/role1.png" type="Texture" id=3] +[sub_resource type="AtlasTexture" id=17] +atlas = ExtResource( 3 ) +region = Rect2( 0, 24, 16, 24 ) + +[sub_resource type="AtlasTexture" id=18] +atlas = ExtResource( 3 ) +region = Rect2( 16, 24, 16, 24 ) + +[sub_resource type="AtlasTexture" id=19] +atlas = ExtResource( 3 ) +region = Rect2( 32, 24, 16, 24 ) + +[sub_resource type="AtlasTexture" id=20] +atlas = ExtResource( 3 ) +region = Rect2( 48, 24, 16, 24 ) + [sub_resource type="AtlasTexture" id=25] atlas = ExtResource( 3 ) region = Rect2( 48, 48, 16, 24 ) @@ -36,24 +52,13 @@ atlas = ExtResource( 3 ) region = Rect2( 48, 48, 16, 24 ) -[sub_resource type="AtlasTexture" id=17] -atlas = ExtResource( 3 ) -region = Rect2( 0, 24, 16, 24 ) - -[sub_resource type="AtlasTexture" id=18] -atlas = ExtResource( 3 ) -region = Rect2( 16, 24, 16, 24 ) - -[sub_resource type="AtlasTexture" id=19] -atlas = ExtResource( 3 ) -region = Rect2( 32, 24, 16, 24 ) - -[sub_resource type="AtlasTexture" id=20] -atlas = ExtResource( 3 ) -region = Rect2( 48, 24, 16, 24 ) - [sub_resource type="SpriteFrames" id=6] animations = [ { +"frames": [ SubResource( 17 ), SubResource( 18 ), SubResource( 19 ), SubResource( 20 ) ], +"loop": true, +"name": "idle", +"speed": 7.0 +}, { "frames": [ SubResource( 25 ), SubResource( 26 ), SubResource( 27 ), SubResource( 28 ) ], "loop": true, "name": "reverseRun", @@ -63,11 +68,6 @@ "loop": true, "name": "run", "speed": 10.0 -}, { -"frames": [ SubResource( 17 ), SubResource( 18 ), SubResource( 19 ), SubResource( 20 ) ], -"loop": true, -"name": "idle", -"speed": 7.0 } ] [sub_resource type="RectangleShape2D" id=29] diff --git a/prefab/ui/Cursor.tscn b/prefab/ui/Cursor.tscn index 2f93075..ed6b36d 100644 --- a/prefab/ui/Cursor.tscn +++ b/prefab/ui/Cursor.tscn @@ -1,37 +1,31 @@ [gd_scene load_steps=3 format=2] -[ext_resource path="res://resource/sprite/effect/Cursor.png" type="Texture" id=1] [ext_resource path="res://src/effect/Cursor.cs" type="Script" id=2] +[ext_resource path="res://resource/sprite/package/itch-io-Controllers and Keyboard/cursors.png" type="Texture" id=3] [node name="Cursor" type="Node2D"] script = ExtResource( 2 ) -[node name="Center" type="Sprite" parent="."] -visible = false -texture = ExtResource( 1 ) -region_enabled = true -region_rect = Rect2( 3, 3, 2, 2 ) - [node name="LT" type="Sprite" parent="."] -texture = ExtResource( 1 ) -offset = Vector2( -0.5, -0.5 ) +texture = ExtResource( 3 ) +offset = Vector2( -2, -2 ) region_enabled = true -region_rect = Rect2( 0, 0, 3, 3 ) +region_rect = Rect2( 84, 36, 4, 4 ) [node name="LB" type="Sprite" parent="."] -texture = ExtResource( 1 ) -offset = Vector2( -0.5, 0.5 ) +texture = ExtResource( 3 ) +offset = Vector2( -2, 2 ) region_enabled = true -region_rect = Rect2( 0, 5, 3, 3 ) +region_rect = Rect2( 84, 40, 4, 4 ) [node name="RT" type="Sprite" parent="."] -texture = ExtResource( 1 ) -offset = Vector2( 0.5, -0.5 ) +texture = ExtResource( 3 ) +offset = Vector2( 2, -2 ) region_enabled = true -region_rect = Rect2( 5, 0, 3, 3 ) +region_rect = Rect2( 88, 36, 4, 4 ) [node name="RB" type="Sprite" parent="."] -texture = ExtResource( 1 ) -offset = Vector2( 0.5, 0.5 ) +texture = ExtResource( 3 ) +offset = Vector2( 2, 2 ) region_enabled = true -region_rect = Rect2( 5, 5, 3, 3 ) +region_rect = Rect2( 88, 40, 4, 4 ) diff --git a/project.godot b/project.godot index 65d7eec..34cffb4 100644 --- a/project.godot +++ b/project.godot @@ -172,6 +172,7 @@ [rendering] +2d/snapping/use_gpu_pixel_snap=true environment/default_environment="res://default_env.tres" [tiled_importer] diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/Palette/Palette.txt b/resource/sprite/package/itch-io-Controllers and Keyboard/Palette/Palette.txt new file mode 100644 index 0000000..7935d5a --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/Palette/Palette.txt @@ -0,0 +1 @@ +Credit to @PineTreePizza for this wonderful pallete (rosy 42), I also added 3 shades of blue from edg32. \ No newline at end of file diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/Palette/rosyandblue.png b/resource/sprite/package/itch-io-Controllers and Keyboard/Palette/rosyandblue.png new file mode 100644 index 0000000..059079e --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/Palette/rosyandblue.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/Palette/rosyandblue.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/Palette/rosyandblue.png.import new file mode 100644 index 0000000..c68ac76 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/Palette/rosyandblue.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/rosyandblue.png-823eb9038c5f2cbc94450fd430d78ea3.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/Palette/rosyandblue.png" +dest_files=[ "res://.import/rosyandblue.png-823eb9038c5f2cbc94450fd430d78ea3.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/Thanks.txt b/resource/sprite/package/itch-io-Controllers and Keyboard/Thanks.txt new file mode 100644 index 0000000..4092176 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/Thanks.txt @@ -0,0 +1,5 @@ +Thanks for buying this pack and supporting me, I hope you find it useful! +You can reach me through Twitter (@Vryell) if you have any feedback or want to know more about my work. +Find more packs at my itch.io page: +https://vryell.itch.io/ +That's it, Enjoy! :) \ No newline at end of file diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/controller_minimal.png b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_minimal.png new file mode 100644 index 0000000..42f63ad --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_minimal.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/controller_minimal.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_minimal.png.import new file mode 100644 index 0000000..31ec571 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_minimal.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/controller_minimal.png-0d558f5ee478244865d734f77309012b.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/controller_minimal.png" +dest_files=[ "res://.import/controller_minimal.png-0d558f5ee478244865d734f77309012b.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/controller_ps.png b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_ps.png new file mode 100644 index 0000000..2ddc92d --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_ps.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/controller_ps.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_ps.png.import new file mode 100644 index 0000000..3b9b419 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_ps.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/controller_ps.png-e881e7e438228055406c4d6de0149a86.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/controller_ps.png" +dest_files=[ "res://.import/controller_ps.png-e881e7e438228055406c4d6de0149a86.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/controller_switch.png b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_switch.png new file mode 100644 index 0000000..c71a38e --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_switch.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/controller_switch.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_switch.png.import new file mode 100644 index 0000000..5469fd6 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_switch.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/controller_switch.png-16e9913a34ce9ee168f5a26032ae0bbe.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/controller_switch.png" +dest_files=[ "res://.import/controller_switch.png-16e9913a34ce9ee168f5a26032ae0bbe.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/controller_xbox.png b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_xbox.png new file mode 100644 index 0000000..9c81125 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_xbox.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/controller_xbox.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_xbox.png.import new file mode 100644 index 0000000..1e5a4d3 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/controller_xbox.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/controller_xbox.png-fa81646ef545cd93817d59f7e8f835e8.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/controller_xbox.png" +dest_files=[ "res://.import/controller_xbox.png-fa81646ef545cd93817d59f7e8f835e8.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/cursors.png b/resource/sprite/package/itch-io-Controllers and Keyboard/cursors.png new file mode 100644 index 0000000..b40cfe5 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/cursors.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/cursors.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/cursors.png.import new file mode 100644 index 0000000..e5a3095 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/cursors.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/cursors.png-55b4696ec687fbf2b2ebfd82d4d68569.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/cursors.png" +dest_files=[ "res://.import/cursors.png-55b4696ec687fbf2b2ebfd82d4d68569.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_all.png b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_all.png new file mode 100644 index 0000000..56e5cfe --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_all.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_all.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_all.png.import new file mode 100644 index 0000000..de6496a --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_all.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/kb_dark_all.png-408255cd1508fd608010b1b415ca507d.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_all.png" +dest_files=[ "res://.import/kb_dark_all.png-408255cd1508fd608010b1b415ca507d.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_alphanumeric.png b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_alphanumeric.png new file mode 100644 index 0000000..812b06c --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_alphanumeric.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_alphanumeric.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_alphanumeric.png.import new file mode 100644 index 0000000..5f5f7a8 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_alphanumeric.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/kb_dark_alphanumeric.png-d76e8752bf10562d1845af41ea2f435a.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_alphanumeric.png" +dest_files=[ "res://.import/kb_dark_alphanumeric.png-d76e8752bf10562d1845af41ea2f435a.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_symbols.png b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_symbols.png new file mode 100644 index 0000000..80ec1f0 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_symbols.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_symbols.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_symbols.png.import new file mode 100644 index 0000000..77f6b6d --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_symbols.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/kb_dark_symbols.png-6f6db880c11887ef6a5dc38d40958664.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/kb_dark_symbols.png" +dest_files=[ "res://.import/kb_dark_symbols.png-6f6db880c11887ef6a5dc38d40958664.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_all.png b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_all.png new file mode 100644 index 0000000..d276361 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_all.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_all.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_all.png.import new file mode 100644 index 0000000..a6bb43a --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_all.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/kb_light_all.png-5daac3b02355d3287a9cb0094e699555.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_all.png" +dest_files=[ "res://.import/kb_light_all.png-5daac3b02355d3287a9cb0094e699555.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_alphanumeric.png b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_alphanumeric.png new file mode 100644 index 0000000..042d8bc --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_alphanumeric.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_alphanumeric.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_alphanumeric.png.import new file mode 100644 index 0000000..55d48bd --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_alphanumeric.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/kb_light_alphanumeric.png-9a4f310ba51ea1705fa3e6915fc6c61e.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_alphanumeric.png" +dest_files=[ "res://.import/kb_light_alphanumeric.png-9a4f310ba51ea1705fa3e6915fc6c61e.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_symbols.png b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_symbols.png new file mode 100644 index 0000000..faf5662 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_symbols.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_symbols.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_symbols.png.import new file mode 100644 index 0000000..4a9a2de --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_symbols.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/kb_light_symbols.png-7c56a42831293cf70cad986a4fdfe008.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/kb_light_symbols.png" +dest_files=[ "res://.import/kb_light_symbols.png-7c56a42831293cf70cad986a4fdfe008.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/mouse.png b/resource/sprite/package/itch-io-Controllers and Keyboard/mouse.png new file mode 100644 index 0000000..a865059 --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/mouse.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/mouse.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/mouse.png.import new file mode 100644 index 0000000..0e645ec --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/mouse.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/mouse.png-0bba541eff77196b02d9bfe03c1bf8f1.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/mouse.png" +dest_files=[ "res://.import/mouse.png-0bba541eff77196b02d9bfe03c1bf8f1.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0 diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/sticks.png b/resource/sprite/package/itch-io-Controllers and Keyboard/sticks.png new file mode 100644 index 0000000..46a5c6e --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/sticks.png Binary files differ diff --git a/resource/sprite/package/itch-io-Controllers and Keyboard/sticks.png.import b/resource/sprite/package/itch-io-Controllers and Keyboard/sticks.png.import new file mode 100644 index 0000000..b3e572c --- /dev/null +++ b/resource/sprite/package/itch-io-Controllers and Keyboard/sticks.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/sticks.png-a72dfaa009a018e6aebafcbe3ac887ce.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://resource/sprite/package/itch-io-Controllers and Keyboard/sticks.png" +dest_files=[ "res://.import/sticks.png-a72dfaa009a018e6aebafcbe3ac887ce.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=false +svg/scale=1.0