1
0
Files
godotminiprojects/Physics/Scenes/Physics.tscn
FoxSpellCaster 940c521621 Added Crates
2025-01-17 14:00:24 -05:00

55 lines
1.8 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://ynpyx1a6qtoq"]
[ext_resource type="Texture2D" uid="uid://fxeb0j820f47" path="res://Physics/Assets/PhysicsCharacter.png" id="1_8qjul"]
[ext_resource type="Script" uid="uid://c5pwbg75g5n8q" path="res://Physics/Scripts/PhysicsPlayer.gd" id="1_ry666"]
[ext_resource type="PackedScene" uid="uid://dmsornuuqyfhd" path="res://Physics/Scenes/Crate.tscn" id="3_eghp1"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8qjul"]
size = Vector2(18, 18)
[node name="Main" type="Node2D"]
[node name="Player" type="RigidBody2D" parent="."]
mass = 5.0
gravity_scale = 0.0
linear_damp = 1.0
script = ExtResource("1_ry666")
[node name="PhysicsCharacter" type="Sprite2D" parent="Player"]
texture = ExtResource("1_8qjul")
[node name="CollisionShape2D" type="CollisionShape2D" parent="Player"]
shape = SubResource("RectangleShape2D_8qjul")
[node name="Camera2D" type="Camera2D" parent="."]
zoom = Vector2(4, 4)
[node name="Crate" parent="." instance=ExtResource("3_eghp1")]
[node name="Crate2" parent="." instance=ExtResource("3_eghp1")]
position = Vector2(23, 0)
[node name="Crate3" parent="." instance=ExtResource("3_eghp1")]
position = Vector2(47, 0)
[node name="Crate4" parent="." instance=ExtResource("3_eghp1")]
position = Vector2(95, 0)
[node name="Crate5" parent="." instance=ExtResource("3_eghp1")]
position = Vector2(121, 0)
[node name="Crate6" parent="." instance=ExtResource("3_eghp1")]
position = Vector2(147, 0)
[node name="Crate7" parent="." instance=ExtResource("3_eghp1")]
position = Vector2(32, 38)
[node name="Crate8" parent="." instance=ExtResource("3_eghp1")]
position = Vector2(119, 41)
[node name="Crate9" parent="." instance=ExtResource("3_eghp1")]
position = Vector2(34, -47)
[node name="Crate10" parent="." instance=ExtResource("3_eghp1")]
position = Vector2(116, -49)