settings changes
This commit is contained in:
parent
c7686e96ab
commit
4b0d443d14
4 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://o8wdfgnlp0ud"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cfnmiqovwwhry" path="res://player.tscn" id="1_nvifn"]
|
||||
[ext_resource type="PackedScene" uid="uid://cxbalfjqtp06t" path="res://canvas_layer.tscn" id="2_1gnwx"]
|
||||
[ext_resource type="PackedScene" uid="uid://snxpqx0ony7s" path="res://player.tscn" id="1_nvifn"]
|
||||
[ext_resource type="PackedScene" uid="uid://dii1q3f5dj72y" path="res://canvas_layer.tscn" id="2_1gnwx"]
|
||||
[ext_resource type="Texture2D" uid="uid://cyealb63c8uqg" path="res://temp_assets/background_commision.png" id="2_qherw"]
|
||||
[ext_resource type="Texture2D" uid="uid://bsu1bvlb0s8dp" path="res://temp_assets/Screenshot (1).png" id="3_es5ys"]
|
||||
|
||||
|
@ -19,14 +19,14 @@ texture = ExtResource("2_qherw")
|
|||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
scale = Vector2(1e-05, 1e-05)
|
||||
|
||||
[node name="Sprite2D2" type="Sprite2D" parent="."]
|
||||
[node name="Ground" type="Sprite2D" parent="."]
|
||||
position = Vector2(38, 807)
|
||||
scale = Vector2(1.06, 1.06)
|
||||
texture = ExtResource("3_es5ys")
|
||||
|
||||
[node name="StaticBody2D" type="StaticBody2D" parent="Sprite2D2"]
|
||||
[node name="StaticBody2D" type="StaticBody2D" parent="Ground"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Sprite2D2/StaticBody2D"]
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground/StaticBody2D"]
|
||||
position = Vector2(1.88681, -274.811)
|
||||
shape = SubResource("RectangleShape2D_dqhmf")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue