24 lines
829 B
Plaintext
24 lines
829 B
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://images/button/armybuttonpressed.png" type="Texture" id=1]
|
|
[ext_resource path="res://images/button/armybuttonhover.png" type="Texture" id=2]
|
|
[ext_resource path="res://images/button/armybutton.png" type="Texture" id=3]
|
|
[ext_resource path="res://font/anton.tres" type="DynamicFont" id=4]
|
|
[ext_resource path="res://menues/ArmyButton.gd" type="Script" id=5]
|
|
|
|
[node name="ArmyButton" type="TextureButton"]
|
|
texture_normal = ExtResource( 3 )
|
|
texture_pressed = ExtResource( 1 )
|
|
texture_hover = ExtResource( 2 )
|
|
script = ExtResource( 5 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
modulate = Color( 0.827451, 0.145098, 0.145098, 1 )
|
|
margin_left = 6.0
|
|
margin_top = 16.0
|
|
margin_right = 249.0
|
|
margin_bottom = 56.0
|
|
custom_fonts/font = ExtResource( 4 )
|
|
text = "Armeename"
|
|
align = 1
|