1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-14 21:15:58 +00:00
This commit is contained in:
tommy-l-ngo 2021-11-14 03:18:27 -06:00
parent de9684d22f
commit afec8710f5
5 changed files with 51 additions and 14 deletions

View File

@ -0,0 +1,3 @@
source_md5="3b774873968ed3ad322fe34d56720cd8"
dest_md5="17d758d595e2d6d8e58671b48f45f54a"

View File

@ -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

View File

@ -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

View File

@ -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