finishe pressurePlate
This commit is contained in:
parent
9432084b53
commit
6913816861
6 changed files with 52 additions and 43 deletions
|
@ -3,9 +3,9 @@
|
|||
[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="PackedScene" uid="uid://d0q0sfati8wk0" path="res://objects/ResizableBlock.tscn" id="5_4ggcc"]
|
||||
[ext_resource type="Texture2D" uid="uid://bn7cejgxkah8o" path="res://textures/Level 01.png" id="5_4p03u"]
|
||||
[ext_resource type="PackedScene" uid="uid://c6g2f7tm7iasr" path="res://objects/PressurePlate.tscn" id="7_i8kgx"]
|
||||
[ext_resource type="PackedScene" uid="uid://br6fngf5208j0" path="res://objects/ResizableBlockBig.tscn" id="8_ec71m"]
|
||||
[ext_resource type="PackedScene" uid="uid://c168bkledwyya" path="res://objects/Laser.tscn" id="8_gxgbn"]
|
||||
[ext_resource type="PackedScene" uid="uid://dki3ft77fr3tc" path="res://objects/BreakableBlock.tscn" id="9_2ia1u"]
|
||||
|
||||
|
@ -165,19 +165,19 @@ grow_vertical = 2
|
|||
texture = ExtResource("5_4p03u")
|
||||
stretch_mode = 1
|
||||
|
||||
[node name="Block" parent="." index="6" instance=ExtResource("8_ec71m")]
|
||||
position = Vector2(-65, 63)
|
||||
[node name="AnimatableBody2D" parent="." index="6" instance=ExtResource("5_4ggcc")]
|
||||
position = Vector2(-65, 64)
|
||||
|
||||
[node name="Block2" parent="." index="7" instance=ExtResource("8_ec71m")]
|
||||
position = Vector2(-249, -32)
|
||||
[node name="AnimatableBody2D2" parent="." index="7" instance=ExtResource("5_4ggcc")]
|
||||
position = Vector2(-250, -32)
|
||||
scale = Vector2(0.5, 0.5)
|
||||
|
||||
[node name="BreakableBlock" parent="." index="8" instance=ExtResource("9_2ia1u")]
|
||||
position = Vector2(241, -47)
|
||||
|
||||
[node name="PressurePlate" parent="." index="9" instance=ExtResource("7_i8kgx")]
|
||||
position = Vector2(-272, -32)
|
||||
rotation = 1.5756
|
||||
|
||||
[node name="StaticBody2D" parent="." index="10" instance=ExtResource("8_gxgbn")]
|
||||
[node name="StaticBody2D" parent="." index="9" instance=ExtResource("8_gxgbn")]
|
||||
position = Vector2(15, 15)
|
||||
|
||||
[node name="PressurePlate" parent="." index="10" instance=ExtResource("7_i8kgx")]
|
||||
position = Vector2(-272, -32)
|
||||
rotation = 1.57987
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue