I added a moving platform. Tutorial is finished. So now the player is on their own.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
[gd_scene format=3 uid="uid://dcq87880d84d1"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bi0huapp06d5d" path="res://main.gd" id="1_1bvp3"]
|
||||
[ext_resource type="Texture2D" uid="uid://ubufodpe3ggi" path="res://assets/images/Background/Blue.png" id="1_h2yge"]
|
||||
[ext_resource type="Texture2D" uid="uid://wo2j88hipv73" path="res://assets/images/Background/Green.png" id="2_0xm2m"]
|
||||
|
||||
[node name="Main" type="Node2D" unique_id=49659626]
|
||||
script = ExtResource("1_1bvp3")
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="." unique_id=1615112427]
|
||||
texture_filter = 1
|
||||
offset_left = -2297.0
|
||||
offset_top = -87190.0
|
||||
offset_right = 87703.0
|
||||
offset_bottom = 2810.0
|
||||
texture = ExtResource("1_h2yge")
|
||||
offset_left = -109510.0
|
||||
offset_top = -102336.0
|
||||
offset_right = 790490.0
|
||||
offset_bottom = 797664.0
|
||||
texture = ExtResource("2_0xm2m")
|
||||
stretch_mode = 1
|
||||
|
||||
Reference in New Issue
Block a user