ss fix
This commit is contained in:
parent
8e7c92d7d7
commit
a63cff7185
4 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://cnstwjy5mqdyo"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cnstwjy5mqdyo"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bona2ytn3y3a5" path="res://backgounds/galaxy.png" id="1_bmyxf"]
|
||||
[ext_resource type="Script" path="res://backgounds/galaxy.gd" id="1_h1j80"]
|
||||
[ext_resource type="Texture2D" uid="uid://cpd31c6o18rmh" path="res://sprites/ss.png" id="2_67tpf"]
|
||||
|
||||
[node name="galaxy" type="Node2D"]
|
||||
script = ExtResource("1_h1j80")
|
||||
|
@ -11,8 +10,3 @@ script = ExtResource("1_h1j80")
|
|||
offset_right = 1280.0
|
||||
offset_bottom = 720.0
|
||||
texture = ExtResource("1_bmyxf")
|
||||
|
||||
[node name="ss" type="Sprite2D" parent="."]
|
||||
position = Vector2(640, 360)
|
||||
scale = Vector2(0.3, 0.3)
|
||||
texture = ExtResource("2_67tpf")
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://mtl88mcwaqk0"]
|
||||
[gd_scene load_steps=5 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"]
|
||||
[ext_resource type="Texture2D" uid="uid://cpd31c6o18rmh" path="res://sprites/ss.png" id="4_17fr3"]
|
||||
|
||||
[node name="galaxy" type="Node2D"]
|
||||
script = ExtResource("1_w4ic2")
|
||||
|
@ -12,3 +13,8 @@ position = Vector2(852, 455)
|
|||
scale = Vector2(0.3, 0.3)
|
||||
texture = ExtResource("1_hfecx")
|
||||
script = ExtResource("3_mowmg")
|
||||
|
||||
[node name="ss" type="Sprite2D" parent="."]
|
||||
position = Vector2(640, 360)
|
||||
scale = Vector2(0.3, 0.3)
|
||||
texture = ExtResource("4_17fr3")
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue