Доработка. Теперь только для Godot4

This commit is contained in:
sasha80
2023-06-13 14:14:17 +03:00
parent 196298d220
commit d57ddc2f63
27 changed files with 934 additions and 886 deletions

View File

@@ -1,12 +1,12 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://кнопка-3-1.png" type="Texture" id=1]
[ext_resource path="res://кнопка-3-0.png" type="Texture" id=2]
[ext_resource path="res://кнопка-3-1.png" type="Texture2D" id=1]
[ext_resource path="res://кнопка-3-0.png" type="Texture2D" id=2]
[node name="TextureButton" type="TextureButton"]
modulate = Color( 1.5, 1.5, 1.5, 1 )
margin_right = 140.0
margin_bottom = 34.0
offset_right = 140.0
offset_bottom = 34.0
toggle_mode = true
action_mode = 0
texture_normal = ExtResource( 2 )