14 lines
549 B
Text
14 lines
549 B
Text
[gd_scene load_steps=4 format=3 uid="uid://mtl88mcwaqk0"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://8lioamk650y7" path="res://sprites/css.png" id="1_hfecx"]
|
|
[ext_resource type="Script" path="res://levels/galaxy/galaxy.gd" id="1_w4ic2"]
|
|
[ext_resource type="Script" path="res://levels/galaxy/css1.gd" id="3_mowmg"]
|
|
|
|
[node name="galaxy" type="Node2D"]
|
|
script = ExtResource("1_w4ic2")
|
|
|
|
[node name="css1" type="Sprite2D" parent="."]
|
|
position = Vector2(852, 455)
|
|
scale = Vector2(0.3, 0.3)
|
|
texture = ExtResource("1_hfecx")
|
|
script = ExtResource("3_mowmg")
|