-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNamety.tscn
More file actions
20 lines (16 loc) · 653 Bytes
/
Namety.tscn
File metadata and controls
20 lines (16 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Namety.gd" type="Script" id=1]
[ext_resource path="res://Sprites/HexagonEngineBootSplash-PoliticalManeuver.png" type="Texture" id=2]
[ext_resource path="res://HexagonEngineCore.tscn" type="PackedScene" id=3]
[node name="Namety" type="Node"]
script = ExtResource( 1 )
LoadThis = ExtResource( 3 )
[node name="CenterContainer" type="CenterContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="TextureRect" type="TextureRect" parent="CenterContainer"]
margin_right = 1920.0
margin_bottom = 1080.0
size_flags_horizontal = 3
size_flags_vertical = 3
texture = ExtResource( 2 )