in-game UI, plus refine boost logic
This commit is contained in:
parent
ed6def77f5
commit
b5da1cf566
14 changed files with 3214 additions and 18 deletions
3088
Fonts/squares/Engligh license Squares.pdf
Normal file
3088
Fonts/squares/Engligh license Squares.pdf
Normal file
File diff suppressed because one or more lines are too long
BIN
Fonts/squares/Squares Bold Free.otf
Normal file
BIN
Fonts/squares/Squares Bold Free.otf
Normal file
Binary file not shown.
10
Fonts/squares/squares.tres
Normal file
10
Fonts/squares/squares.tres
Normal file
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Fonts/squares/Squares Bold Free.otf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 24
|
||||
outline_size = 3
|
||||
outline_color = Color( 0.0431373, 0.368627, 0.396078, 1 )
|
||||
extra_spacing_char = 4
|
||||
font_data = ExtResource( 1 )
|
9
Fonts/squares/squares_big.tres
Normal file
9
Fonts/squares/squares_big.tres
Normal file
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Fonts/squares/Squares Bold Free.otf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
outline_size = 2
|
||||
outline_color = Color( 0, 0, 0, 1 )
|
||||
extra_spacing_char = 4
|
||||
font_data = ExtResource( 1 )
|
Loading…
Add table
Add a link
Reference in a new issue