aboutsummaryrefslogtreecommitdiffstats
path: root/godot/assets
diff options
context:
space:
mode:
Diffstat (limited to 'godot/assets')
-rw-r--r--godot/assets/Images/Logo.png3
-rw-r--r--godot/assets/Images/Logo.png.import3
-rw-r--r--godot/assets/fonts/format.tres2
-rw-r--r--godot/assets/fonts/theme_bigtext.tres50
4 files changed, 57 insertions, 1 deletions
diff --git a/godot/assets/Images/Logo.png b/godot/assets/Images/Logo.png
new file mode 100644
index 0000000..41cfad8
--- /dev/null
+++ b/godot/assets/Images/Logo.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f38326a545048004f34c9a60483031d9d4b18a09dd039b78c2b893e014b44a7f
+size 62018
diff --git a/godot/assets/Images/Logo.png.import b/godot/assets/Images/Logo.png.import
new file mode 100644
index 0000000..0fd7065
--- /dev/null
+++ b/godot/assets/Images/Logo.png.import
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2b99417ad2f4c367cdfe743ef6eb25ef42f3e79f0cab0e60868d196f19de3f7e
+size 688
diff --git a/godot/assets/fonts/format.tres b/godot/assets/fonts/format.tres
index 7fca71e..5897187 100644
--- a/godot/assets/fonts/format.tres
+++ b/godot/assets/fonts/format.tres
@@ -3,5 +3,5 @@
[ext_resource path="res://assets/fonts/format.otf" type="DynamicFontData" id=1]
[resource]
-size = 89
+size = 55
font_data = ExtResource( 1 )
diff --git a/godot/assets/fonts/theme_bigtext.tres b/godot/assets/fonts/theme_bigtext.tres
new file mode 100644
index 0000000..c2206b6
--- /dev/null
+++ b/godot/assets/fonts/theme_bigtext.tres
@@ -0,0 +1,50 @@
+[gd_resource type="Theme" load_steps=10 format=2]
+
+[ext_resource path="res://assets/fonts/format.otf" type="DynamicFontData" id=1]
+
+[sub_resource type="DynamicFont" id=1]
+size = 55
+extra_spacing_bottom = -15
+font_data = ExtResource( 1 )
+
+[sub_resource type="StyleBoxFlat" id=2]
+content_margin_top = 10.0
+content_margin_bottom = 10.0
+bg_color = Color( 0.4, 0.337255, 0.313726, 0.32549 )
+
+[sub_resource type="StyleBoxFlat" id=3]
+content_margin_top = 10.0
+content_margin_bottom = 10.0
+bg_color = Color( 0.176471, 0.14902, 0.141176, 1 )
+
+[sub_resource type="StyleBoxFlat" id=4]
+content_margin_top = 10.0
+content_margin_bottom = 10.0
+bg_color = Color( 0.4, 0.337255, 0.313726, 1 )
+
+[sub_resource type="StyleBoxFlat" id=5]
+content_margin_top = 20.0
+content_margin_bottom = 20.0
+bg_color = Color( 0.290196, 0.247059, 0.231373, 1 )
+
+[sub_resource type="StyleBoxFlat" id=6]
+content_margin_top = 10.0
+content_margin_bottom = 10.0
+bg_color = Color( 0.176471, 0.14902, 0.141176, 1 )
+
+[sub_resource type="DynamicFont" id=8]
+size = 86
+font_data = ExtResource( 1 )
+
+[sub_resource type="StyleBoxFlat" id=7]
+bg_color = Color( 0.160784, 0.133333, 0.133333, 1 )
+
+[resource]
+Button/fonts/font = SubResource( 1 )
+Button/styles/disabled = SubResource( 2 )
+Button/styles/focus = SubResource( 3 )
+Button/styles/hover = SubResource( 4 )
+Button/styles/normal = SubResource( 5 )
+Button/styles/pressed = SubResource( 6 )
+Label/fonts/font = SubResource( 8 )
+Panel/styles/panel = SubResource( 7 )