17 lines
416 B
Text
17 lines
416 B
Text
|
[gd_scene load_steps=2 format=3 uid="uid://bimimtdarnyu"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://CORE/coreinit.gd" id="1_ubktt"]
|
||
|
|
||
|
[node name="coreinit" type="Control"]
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 0
|
||
|
script = ExtResource("1_ubktt")
|
||
|
|
||
|
[node name="ColorRect" type="ColorRect" parent="."]
|
||
|
layout_mode = 0
|
||
|
offset_left = -5e+08
|
||
|
offset_top = -5e+08
|
||
|
offset_right = 5e+08
|
||
|
offset_bottom = 5e+08
|
||
|
color = Color(0, 0, 0, 1)
|