diff --git a/godot_ship/.import/TextureAtlas.png-f8378824db0f2b64b8339984d33f1a41.md5 b/godot_ship/.import/TextureAtlas.png-f8378824db0f2b64b8339984d33f1a41.md5 new file mode 100644 index 0000000..d635fb0 --- /dev/null +++ b/godot_ship/.import/TextureAtlas.png-f8378824db0f2b64b8339984d33f1a41.md5 @@ -0,0 +1,3 @@ +source_md5="3b774873968ed3ad322fe34d56720cd8" +dest_md5="17d758d595e2d6d8e58671b48f45f54a" + diff --git a/godot_ship/.import/TextureAtlas.png-f8378824db0f2b64b8339984d33f1a41.stex b/godot_ship/.import/TextureAtlas.png-f8378824db0f2b64b8339984d33f1a41.stex new file mode 100644 index 0000000..22a9538 Binary files /dev/null and b/godot_ship/.import/TextureAtlas.png-f8378824db0f2b64b8339984d33f1a41.stex differ diff --git a/godot_ship/assets/game/TextureAtlas.png.import b/godot_ship/assets/game/TextureAtlas.png.import new file mode 100644 index 0000000..60101a4 --- /dev/null +++ b/godot_ship/assets/game/TextureAtlas.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/TextureAtlas.png-f8378824db0f2b64b8339984d33f1a41.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/game/TextureAtlas.png" +dest_files=[ "res://.import/TextureAtlas.png-f8378824db0f2b64b8339984d33f1a41.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=true +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 +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/godot_ship/dark_theme.tres b/godot_ship/dark_theme.tres index 48e3dd2..24098cd 100644 --- a/godot_ship/dark_theme.tres +++ b/godot_ship/dark_theme.tres @@ -2,7 +2,7 @@ [ext_resource path="res://assets/font/Minecraft.ttf" type="DynamicFontData" id=1] -[sub_resource type="StyleBoxFlat" id=4] +[sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0.239216, 0.211765, 0.317647, 1 ) corner_radius_top_left = 3 corner_radius_top_right = 3 @@ -10,7 +10,7 @@ corner_radius_bottom_right = 3 corner_radius_bottom_left = 3 shadow_size = 4 -[sub_resource type="StyleBoxFlat" id=1] +[sub_resource type="StyleBoxFlat" id=2] bg_color = Color( 0.109804, 0.0862745, 0.172549, 1 ) corner_radius_top_left = 3 corner_radius_top_right = 3 @@ -22,7 +22,7 @@ shadow_size = 3 outline_color = Color( 0, 0, 0, 1 ) font_data = ExtResource( 1 ) -[sub_resource type="DynamicFont" id=2] +[sub_resource type="DynamicFont" id=4] outline_color = Color( 0, 0, 0, 1 ) extra_spacing_top = 5 extra_spacing_bottom = 3 @@ -30,7 +30,7 @@ extra_spacing_char = 1 font_data = ExtResource( 1 ) [resource] -default_font = SubResource( 2 ) +default_font = SubResource( 4 ) Button/colors/font_color = Color( 1, 1, 1, 1 ) Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 ) Button/colors/font_color_hover = Color( 1, 1, 1, 1 ) @@ -39,8 +39,8 @@ Button/constants/hseparation = 2 Button/fonts/font = null Button/styles/disabled = null Button/styles/focus = null -Button/styles/hover = SubResource( 4 ) -Button/styles/normal = SubResource( 1 ) +Button/styles/hover = SubResource( 1 ) +Button/styles/normal = SubResource( 2 ) Button/styles/pressed = null Dialogs/constants/button_margin = 100 Dialogs/constants/margin = 8 diff --git a/godot_ship/light_theme.tres b/godot_ship/light_theme.tres index 7946aed..dfa1f4b 100644 --- a/godot_ship/light_theme.tres +++ b/godot_ship/light_theme.tres @@ -2,7 +2,7 @@ [ext_resource path="res://assets/font/Minecraft.ttf" type="DynamicFontData" id=1] -[sub_resource type="StyleBoxFlat" id=4] +[sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 1, 1, 1, 1 ) corner_radius_top_left = 3 corner_radius_top_right = 3 @@ -10,7 +10,7 @@ corner_radius_bottom_right = 3 corner_radius_bottom_left = 3 shadow_size = 4 -[sub_resource type="StyleBoxFlat" id=1] +[sub_resource type="StyleBoxFlat" id=2] bg_color = Color( 0.847059, 0.921569, 0.964706, 1 ) corner_radius_top_left = 3 corner_radius_top_right = 3 @@ -18,11 +18,11 @@ corner_radius_bottom_right = 3 corner_radius_bottom_left = 3 shadow_size = 3 -[sub_resource type="DynamicFont" id=2] +[sub_resource type="DynamicFont" id=3] outline_color = Color( 0, 0, 0, 1 ) font_data = ExtResource( 1 ) -[sub_resource type="DynamicFont" id=3] +[sub_resource type="DynamicFont" id=4] outline_color = Color( 0, 0, 0, 1 ) extra_spacing_top = 5 extra_spacing_bottom = 3 @@ -30,7 +30,7 @@ extra_spacing_char = 1 font_data = ExtResource( 1 ) [resource] -default_font = SubResource( 3 ) +default_font = SubResource( 4 ) Button/colors/font_color = Color( 0.0784314, 0.0784314, 0.0784314, 1 ) Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 ) Button/colors/font_color_hover = Color( 0, 0, 0, 1 ) @@ -39,8 +39,8 @@ Button/constants/hseparation = 2 Button/fonts/font = null Button/styles/disabled = null Button/styles/focus = null -Button/styles/hover = SubResource( 4 ) -Button/styles/normal = SubResource( 1 ) +Button/styles/hover = SubResource( 1 ) +Button/styles/normal = SubResource( 2 ) Button/styles/pressed = null Dialogs/constants/button_margin = 100 Dialogs/constants/margin = 8 @@ -51,7 +51,7 @@ Label/constants/line_spacing = 3 Label/constants/shadow_as_outline = 0 Label/constants/shadow_offset_x = 0 Label/constants/shadow_offset_y = 0 -Label/fonts/font = SubResource( 2 ) +Label/fonts/font = SubResource( 3 ) Label/styles/normal = null WindowDialog/colors/title_color = Color( 0.152941, 0.152941, 0.152941, 1 ) WindowDialog/constants/close_h_ofs = 18