Исправления работы entry и конвертации в String
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ccxre8mwhndjk"]
|
||||
|
||||
[ext_resource path="res://индикатор-1-1.png" type="Texture2D" id=1]
|
||||
[ext_resource path="res://индикатор-1-0.png" type="Texture2D" id=2]
|
||||
[ext_resource type="Texture2D" uid="uid://b3ext3w4ftgg2" path="res://индикатор-1-1.png" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dag8n0gknjwak" path="res://индикатор-1-0.png" id="2"]
|
||||
|
||||
[node name="indicator_1" type="TextureButton"]
|
||||
modulate = Color( 1, 0.596078, 0.4, 1 )
|
||||
modulate = Color(1, 0.596078, 0.4, 1)
|
||||
offset_right = 35.0
|
||||
offset_bottom = 29.0
|
||||
toggle_mode = true
|
||||
button_mask = 0
|
||||
texture_normal = ExtResource( 2 )
|
||||
texture_pressed = ExtResource( 1 )
|
||||
texture_normal = ExtResource("2")
|
||||
texture_pressed = ExtResource("1")
|
||||
|
||||
Reference in New Issue
Block a user