Tough_Crowd/godot/ui/components/game_logo.tscn

20 lines
661 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://b4blrdjthcxnn"]
[ext_resource type="Texture2D" uid="uid://chjyf8v4hhkok" path="res://sprites/title_tough_crowd.png" id="1_h65iv"]
[node name="GameLogo" type="CenterContainer"]
offset_right = 879.0
offset_bottom = 217.0
scale = Vector2(0.6, 0.6)
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 10
[node name="TextureRect" type="TextureRect" parent="MarginContainer"]
layout_mode = 2
texture = ExtResource("1_h65iv")