2023-06-29 19:41:07 +02:00
|
|
|
[gd_scene load_steps=2 format=3]
|
2023-03-19 13:14:30 +01:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://CORE/coreinit.gd" id="1_ubktt"]
|
|
|
|
|
2023-08-25 14:34:57 +02:00
|
|
|
[node name="coreinit" type="Node"]
|
2023-03-19 13:14:30 +01:00
|
|
|
script = ExtResource("1_ubktt")
|
|
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
|
|
offset_left = -5e+08
|
|
|
|
offset_top = -5e+08
|
|
|
|
offset_right = 5e+08
|
|
|
|
offset_bottom = 5e+08
|
|
|
|
color = Color(0, 0, 0, 1)
|