paintjam2020/Scene/Player.tscn
2020-04-04 14:17:12 +02:00

18 lines
532 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Assets/Placeholder.png" type="Texture" id=1]
[ext_resource path="res://Scripts/Player.gd" type="Script" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 16.1674, 5.57349 )
[node name="KinematicBody2D" type="KinematicBody2D"]
script = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 0, 10.3147 )
shape = SubResource( 1 )