two changes
added "Press R to Reset" and changed sprites for blocks
This commit is contained in:
parent
1f32046617
commit
d137d205ff
20 changed files with 542 additions and 42 deletions
|
@ -1,12 +1,9 @@
|
|||
[gd_scene load_steps=13 format=4 uid="uid://cxsstkfcffdch"]
|
||||
[gd_scene load_steps=10 format=4 uid="uid://cxsstkfcffdch"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ba6afuig8bqrg" path="res://levels/LevelBase.tscn" id="1_87xn7"]
|
||||
[ext_resource type="Texture2D" uid="uid://c3m4os8kteaix" path="res://textures/level01-spritesheet.png" id="2_wqskp"]
|
||||
[ext_resource type="Shader" path="res://shaders/scrolling.gdshader" id="4_0x2h7"]
|
||||
[ext_resource type="Texture2D" uid="uid://bn7cejgxkah8o" path="res://textures/Level 01.png" id="5_4p03u"]
|
||||
[ext_resource type="PackedScene" uid="uid://d0gpnqknarkg7" path="res://objects/Goal.tscn" id="6_xhax5"]
|
||||
[ext_resource type="PackedScene" uid="uid://cpa66thuxma15" path="res://objects/MirrorOrb.tscn" id="7_dyi0e"]
|
||||
[ext_resource type="PackedScene" uid="uid://vtwswrkfkgas" path="res://objects/EnemyMover.tscn" id="8_16072"]
|
||||
[ext_resource type="PackedScene" uid="uid://br6fngf5208j0" path="res://objects/ResizableBlockBig.tscn" id="8_ec71m"]
|
||||
[ext_resource type="PackedScene" uid="uid://dki3ft77fr3tc" path="res://objects/BreakableBlock.tscn" id="9_2ia1u"]
|
||||
|
||||
|
@ -166,21 +163,12 @@ grow_vertical = 2
|
|||
texture = ExtResource("5_4p03u")
|
||||
stretch_mode = 1
|
||||
|
||||
[node name="Goal" parent="." index="6" instance=ExtResource("6_xhax5")]
|
||||
position = Vector2(582, -317)
|
||||
|
||||
[node name="MirrorOrb" parent="." index="7" instance=ExtResource("7_dyi0e")]
|
||||
position = Vector2(-431, -212)
|
||||
|
||||
[node name="EnemyMover" parent="." index="8" instance=ExtResource("8_16072")]
|
||||
position = Vector2(-132, 311)
|
||||
|
||||
[node name="Block" parent="." index="9" instance=ExtResource("8_ec71m")]
|
||||
[node name="Block" parent="." index="6" instance=ExtResource("8_ec71m")]
|
||||
position = Vector2(-65, 63)
|
||||
|
||||
[node name="Block2" parent="." index="10" instance=ExtResource("8_ec71m")]
|
||||
[node name="Block2" parent="." index="7" instance=ExtResource("8_ec71m")]
|
||||
position = Vector2(-255, -32)
|
||||
scale = Vector2(0.5, 0.5)
|
||||
|
||||
[node name="BreakableBlock" parent="." index="11" instance=ExtResource("9_2ia1u")]
|
||||
[node name="BreakableBlock" parent="." index="8" instance=ExtResource("9_2ia1u")]
|
||||
position = Vector2(241, -47)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue