2020-10-03 16:46:14 +00:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2020-10-03 01:20:01 +00:00
|
|
|
|
2020-10-03 17:03:53 +00:00
|
|
|
[ext_resource path="res://Sprites/player_danny_devito.png" type="Texture" id=1]
|
2020-10-03 16:46:14 +00:00
|
|
|
[ext_resource path="res://Scripts/Player.gd" type="Script" id=2]
|
2020-10-03 01:20:01 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
2020-10-04 13:34:50 +00:00
|
|
|
extents = Vector2( 16, 16 )
|
2020-10-03 01:20:01 +00:00
|
|
|
|
|
|
|
[node name="Player" type="KinematicBody2D"]
|
|
|
|
collision_layer = 2
|
2020-10-03 22:33:54 +00:00
|
|
|
collision_mask = 2147483677
|
2020-10-03 16:46:14 +00:00
|
|
|
script = ExtResource( 2 )
|
2020-10-04 13:34:50 +00:00
|
|
|
jump_speed = 493.0
|
2020-10-03 01:20:01 +00:00
|
|
|
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
|
|
texture = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource( 1 )
|