Исправления работы entry и конвертации в String

This commit is contained in:
MaD_CaT
2023-07-31 08:31:22 +03:00
parent d57ddc2f63
commit 6e4b2fce41
12 changed files with 636 additions and 635 deletions

View File

@@ -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")