Final Game Jam version
This commit is contained in:
parent
35ce267482
commit
104a1e4297
141 changed files with 4485 additions and 206 deletions
502
theme/bigLabel.tres
Normal file
502
theme/bigLabel.tres
Normal file
File diff suppressed because one or more lines are too long
10
theme/button_normal.tres
Normal file
10
theme/button_normal.tres
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://bl03em1hq65hd"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bx5oihkedksw6" path="res://assets/button/button_normal.png" id="1_b0w15"]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource("1_b0w15")
|
||||
texture_margin_left = 41.0
|
||||
texture_margin_top = 41.0
|
||||
texture_margin_right = 41.0
|
||||
texture_margin_bottom = 53.0
|
||||
14
theme/button_outline.tres
Normal file
14
theme/button_outline.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://b47ww8o5nbmm1"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b4qrqlivyj4c1" path="res://assets/button/button_outline.png" id="1_5t32j"]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource("1_5t32j")
|
||||
texture_margin_left = 41.0
|
||||
texture_margin_top = 41.0
|
||||
texture_margin_right = 41.0
|
||||
texture_margin_bottom = 53.0
|
||||
expand_margin_left = 8.0
|
||||
expand_margin_top = 8.0
|
||||
expand_margin_right = 8.0
|
||||
expand_margin_bottom = 8.0
|
||||
10
theme/button_pressed.tres
Normal file
10
theme/button_pressed.tres
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://cur7mtdelol50"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dsqgfntk6jfdm" path="res://assets/button/button_pressed.png" id="1_1qbqh"]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource("1_1qbqh")
|
||||
texture_margin_left = 41.0
|
||||
texture_margin_top = 41.0
|
||||
texture_margin_right = 41.0
|
||||
texture_margin_bottom = 55.0
|
||||
7
theme/mainLabel.tres
Normal file
7
theme/mainLabel.tres
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://cktnsyumdnxq6"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://bl6jbonkrdy03" path="res://assets/font/minecraft-font/MinecraftBold-nMK1.otf" id="1_7uej2"]
|
||||
|
||||
[resource]
|
||||
font = ExtResource("1_7uej2")
|
||||
font_size = 30
|
||||
14
theme/mainTheme.tres
Normal file
14
theme/mainTheme.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="Theme" load_steps=5 format=3 uid="uid://demtpbu7rvg6i"]
|
||||
|
||||
[ext_resource type="StyleBox" uid="uid://bl03em1hq65hd" path="res://theme/button_normal.tres" id="1_1bsjh"]
|
||||
[ext_resource type="StyleBox" uid="uid://b47ww8o5nbmm1" path="res://theme/button_outline.tres" id="1_vhlqg"]
|
||||
[ext_resource type="FontFile" uid="uid://bl6jbonkrdy03" path="res://assets/font/minecraft-font/MinecraftBold-nMK1.otf" id="2_e80rt"]
|
||||
[ext_resource type="StyleBox" uid="uid://cur7mtdelol50" path="res://theme/button_pressed.tres" id="3_1ohtp"]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("2_e80rt")
|
||||
default_font_size = 30
|
||||
Button/styles/focus = ExtResource("1_vhlqg")
|
||||
Button/styles/hover = ExtResource("1_1bsjh")
|
||||
Button/styles/normal = ExtResource("1_1bsjh")
|
||||
Button/styles/pressed = ExtResource("3_1ohtp")
|
||||
Loading…
Add table
Add a link
Reference in a new issue