21 lines
522 B
Plaintext
21 lines
522 B
Plaintext
|
|
[gd_scene load_steps=2 format=3 uid="uid://btheriapolis0m0"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://Main.cs" id="1_main"]
|
||
|
|
|
||
|
|
[node name="Main" type="Node"]
|
||
|
|
script = ExtResource("1_main")
|
||
|
|
|
||
|
|
[node name="Label" type="Label" parent="."]
|
||
|
|
anchors_preset = 8
|
||
|
|
anchor_left = 0.5
|
||
|
|
anchor_top = 0.5
|
||
|
|
anchor_right = 0.5
|
||
|
|
anchor_bottom = 0.5
|
||
|
|
offset_left = -200.0
|
||
|
|
offset_top = -16.0
|
||
|
|
offset_right = 200.0
|
||
|
|
offset_bottom = 16.0
|
||
|
|
horizontal_alignment = 1
|
||
|
|
vertical_alignment = 1
|
||
|
|
text = "Theriapolis · Godot port · M0 · F11 toggles fullscreen"
|