Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
32
resources/customControls/DifficultySelector/Explanation.tscn
Normal file
32
resources/customControls/DifficultySelector/Explanation.tscn
Normal file
|
@ -0,0 +1,32 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://resources/graphics/GUI/Menu/Difficulties/check.webp" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/CustomControls/DifficultySelector/Explanation.gd" type="Script" id=2]
|
||||
|
||||
[sub_resource type="DynamicFontData" id=1]
|
||||
font_path = "res://resources/fonts/OneEleven.ttf"
|
||||
|
||||
[sub_resource type="DynamicFont" id=2]
|
||||
size = 36
|
||||
use_filter = true
|
||||
font_data = SubResource( 1 )
|
||||
|
||||
[node name="Control" type="HBoxContainer"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_right = -1440.0
|
||||
margin_bottom = -1036.0
|
||||
custom_constants/separation = 12
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="Icon" type="TextureRect" parent="."]
|
||||
margin_right = 49.0
|
||||
margin_bottom = 44.0
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
margin_left = 61.0
|
||||
margin_right = 265.0
|
||||
margin_bottom = 44.0
|
||||
custom_fonts/font = SubResource( 2 )
|
||||
text = "TRUE HARDCORE"
|
Loading…
Add table
Add a link
Reference in a new issue