Platformer 2.0
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[gd_scene format=3 uid="uid://6xemlk773ni5"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bcipombqbxffa" path="res://player/player_controller.gd" id="1_06t4h"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_lbwmp"]
|
||||
|
||||
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_lbwmp"]
|
||||
|
||||
[node name="Node2D" type="Node2D" unique_id=38411652]
|
||||
|
||||
[node name="CharacterBody2D" type="CharacterBody2D" parent="." unique_id=1863609037]
|
||||
position = Vector2(499, 159)
|
||||
script = ExtResource("1_06t4h")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="CharacterBody2D" unique_id=1734081974]
|
||||
shape = SubResource("CapsuleShape2D_lbwmp")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="CharacterBody2D" unique_id=356868445]
|
||||
|
||||
[node name="StaticBody2D" type="StaticBody2D" parent="." unique_id=1508606128]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D" unique_id=889471660]
|
||||
position = Vector2(0, 576)
|
||||
shape = SubResource("WorldBoundaryShape2D_lbwmp")
|
||||
Reference in New Issue
Block a user