FuncIt/Game #1/Player.tscn
2021-10-04 19:03:30 +03:00

30 lines
863 B
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://Sprites/jedi.png" type="Texture" id=1]
[ext_resource path="res://Player.gd" type="Script" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 84.8674, 259.173 )
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 18.8674, 110.053 )
[node name="Player" type="KinematicBody2D"]
scale = Vector2( 0.5, 0.5 )
script = ExtResource( 2 )
[node name="jedi" type="Sprite" parent="."]
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( -14.2705, -4.75684 )
scale = Vector2( 0.5, 0.5 )
shape = SubResource( 1 )
[node name="CollisionShape2D2" type="CollisionShape2D" parent="."]
position = Vector2( 53.5143, -48.1629 )
rotation = 0.253073
scale = Vector2( 0.5, 0.5 )
shape = SubResource( 2 )