123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- [gd_scene load_steps=17 format=2]
- [ext_resource path="res://assets/Player/AssetPLayerArratprisel1_2.png" type="Texture" id=1]
- [ext_resource path="res://assets/Player/AssetPLayerArrat1.png" type="Texture" id=2]
- [ext_resource path="res://assets/Background/platform.png" type="Texture" id=3]
- [ext_resource path="res://assets/Player/AssetPLayerArrat4.png" type="Texture" id=4]
- [ext_resource path="res://assets/Player/AssetPLayerArrat3.png" type="Texture" id=5]
- [ext_resource path="res://assets/Player/AssetPLayerArrat2.png" type="Texture" id=6]
- [ext_resource path="res://assets/Player/AssetPLayerArratprisel2_2.png" type="Texture" id=7]
- [ext_resource path="res://assets/Player/AssetPLayerArratprisel3_2.png" type="Texture" id=8]
- [ext_resource path="res://scripts/Player.gd" type="Script" id=9]
- [ext_resource path="res://assets/Dummy/dummy.png" type="Texture" id=10]
- [sub_resource type="CircleShape2D" id=1]
- radius = 1.9338
- [sub_resource type="RectangleShape2D" id=2]
- extents = Vector2( 1.64005, 1.49425 )
- [sub_resource type="RectangleShape2D" id=3]
- extents = Vector2( 4.875, 1.99942 )
- [sub_resource type="RectangleShape2D" id=4]
- extents = Vector2( 19.6767, 23.7101 )
- [sub_resource type="SpriteFrames" id=5]
- animations = [ {
- "frames": [ ExtResource( 2 ), ExtResource( 4 ) ],
- "loop": true,
- "name": "Idle",
- "speed": 5.0
- }, {
- "frames": [ ExtResource( 1 ), ExtResource( 7 ), ExtResource( 8 ) ],
- "loop": true,
- "name": "SquatAction",
- "speed": 5.0
- }, {
- "frames": [ ExtResource( 6 ), ExtResource( 5 ) ],
- "loop": true,
- "name": "Walk",
- "speed": 4.0
- }, {
- "frames": [ ExtResource( 4 ) ],
- "loop": true,
- "name": "jump",
- "speed": 5.0
- }, {
- "frames": [ ExtResource( 1 ) ],
- "loop": true,
- "name": "SquatIdle",
- "speed": 5.0
- }, {
- "frames": [ ExtResource( 2 ) ],
- "loop": true,
- "name": "posible",
- "speed": 5.0
- } ]
- [sub_resource type="RectangleShape2D" id=6]
- extents = Vector2( 19.8385, 17.8619 )
- [node name="Node2D" type="Node2D"]
- position = Vector2( 86.0814, 66.7462 )
- scale = Vector2( 10, 10 )
- [node name="RigidBody2D" type="RigidBody2D" parent="."]
- position = Vector2( 81.4182, 6.56 )
- scale = Vector2( 0.876229, 0.876229 )
- mass = 0.754082
- [node name="dummy" type="Sprite" parent="RigidBody2D"]
- position = Vector2( 4.57764e-05, 3.8147e-06 )
- texture = ExtResource( 10 )
- [node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
- position = Vector2( -1.96263, -1.84571 )
- scale = Vector2( 2.31913, 2.31913 )
- shape = SubResource( 1 )
- [node name="CollisionShape2D2" type="CollisionShape2D" parent="RigidBody2D"]
- position = Vector2( -1.96265, 4.43642 )
- scale = Vector2( 2.31913, 2.31913 )
- shape = SubResource( 2 )
- [node name="platform" type="StaticBody2D" parent="."]
- position = Vector2( -132.57, 15.0826 )
- scale = Vector2( 4.312, 0.853 )
- [node name="CollisionShape2D" type="CollisionShape2D" parent="platform"]
- position = Vector2( 33.8567, 19.8088 )
- shape = SubResource( 3 )
- one_way_collision = true
- [node name="platform" type="Sprite" parent="platform"]
- position = Vector2( 33.7712, 19.8005 )
- texture = ExtResource( 3 )
- [node name="Player" type="KinematicBody2D" parent="."]
- position = Vector2( -12.3278, 13.5178 )
- scale = Vector2( 0.080501, 0.080501 )
- script = ExtResource( 9 )
- [node name="Collision" type="CollisionShape2D" parent="Player"]
- position = Vector2( 101.15, 46.1497 )
- shape = SubResource( 4 )
- [node name="AnimatedSprite" type="AnimatedSprite" parent="Player"]
- position = Vector2( 94.3338, 43.5671 )
- scale = Vector2( 4.41596, 4.19006 )
- frames = SubResource( 5 )
- animation = "Idle"
- [node name="CollisionSit" type="CollisionShape2D" parent="Player"]
- position = Vector2( 100.997, 52.054 )
- shape = SubResource( 6 )
- disabled = true
- [node name="platform2" type="StaticBody2D" parent="."]
- position = Vector2( 17.5063, 31.8836 )
- scale = Vector2( 0.786, 0.561 )
- [node name="CollisionShape2D" type="CollisionShape2D" parent="platform2"]
- position = Vector2( 33.8567, 19.8088 )
- shape = SubResource( 3 )
- one_way_collision = true
- [node name="platform" type="Sprite" parent="platform2"]
- position = Vector2( 33.7712, 19.8005 )
- texture = ExtResource( 3 )
- [node name="platform3" type="StaticBody2D" parent="."]
- position = Vector2( 36.9501, 20.9347 )
- scale = Vector2( 0.786, 0.561 )
- [node name="CollisionShape2D" type="CollisionShape2D" parent="platform3"]
- position = Vector2( 33.8567, 19.8088 )
- shape = SubResource( 3 )
- one_way_collision = true
- [node name="platform" type="Sprite" parent="platform3"]
- position = Vector2( 33.7712, 19.8005 )
- texture = ExtResource( 3 )
- [node name="platform4" type="StaticBody2D" parent="."]
- position = Vector2( -116.912, 8.198 )
- scale = Vector2( 4.312, 0.853 )
- [node name="CollisionShape2D" type="CollisionShape2D" parent="platform4"]
- position = Vector2( 33.8567, 19.8088 )
- shape = SubResource( 3 )
- one_way_collision = true
- [node name="platform" type="Sprite" parent="platform4"]
- position = Vector2( 33.7712, 19.8005 )
- texture = ExtResource( 3 )
- [node name="platform5" type="StaticBody2D" parent="."]
- position = Vector2( -152.212, 7.698 )
- scale = Vector2( 4.312, 0.853 )
- [node name="CollisionShape2D" type="CollisionShape2D" parent="platform5"]
- position = Vector2( 39.8168, 50.9928 )
- shape = SubResource( 3 )
- one_way_collision = true
- [node name="platform" type="Sprite" parent="platform5"]
- position = Vector2( 39.7545, 50.9845 )
- texture = ExtResource( 3 )
- [node name="platform6" type="StaticBody2D" parent="."]
- position = Vector2( -109.112, 7.798 )
- scale = Vector2( 4.312, 0.853 )
- [node name="CollisionShape2D" type="CollisionShape2D" parent="platform6"]
- position = Vector2( 39.8168, 50.9928 )
- shape = SubResource( 3 )
- one_way_collision = true
- [node name="platform" type="Sprite" parent="platform6"]
- position = Vector2( 39.7545, 50.9845 )
- texture = ExtResource( 3 )
- [node name="platform7" type="StaticBody2D" parent="."]
- position = Vector2( -118.001, -28.0773 )
- scale = Vector2( 4.312, 0.853 )
- [node name="CollisionShape2D" type="CollisionShape2D" parent="platform7"]
- position = Vector2( 39.8168, 50.9928 )
- shape = SubResource( 3 )
- one_way_collision = true
- [node name="platform" type="Sprite" parent="platform7"]
- position = Vector2( 39.7545, 50.9845 )
- texture = ExtResource( 3 )
- [node name="platform8" type="StaticBody2D" parent="."]
- position = Vector2( -75.1416, -27.7598 )
- scale = Vector2( 4.312, 0.853 )
- [node name="CollisionShape2D" type="CollisionShape2D" parent="platform8"]
- position = Vector2( 39.8168, 50.9928 )
- shape = SubResource( 3 )
- one_way_collision = true
- [node name="platform" type="Sprite" parent="platform8"]
- position = Vector2( 39.7545, 50.9845 )
- texture = ExtResource( 3 )
- [node name="platform9" type="StaticBody2D" parent="."]
- position = Vector2( -50.6512, 185.494 )
- rotation = -1.59248
- scale = Vector2( 4.312, 0.853 )
- [node name="CollisionShape2D" type="CollisionShape2D" parent="platform9"]
- position = Vector2( 39.8168, 50.9928 )
- shape = SubResource( 3 )
- one_way_collision = true
- [node name="platform" type="Sprite" parent="platform9"]
- position = Vector2( 39.7545, 50.9845 )
- texture = ExtResource( 3 )
|