21 lines
756 B
Plaintext
21 lines
756 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dy71gkll44btc"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/player.gd" id="1_jlots"]
|
|
[ext_resource type="Texture2D" uid="uid://s4iiumvei5wc" path="res://assets/triangle.svg" id="2_jjceo"]
|
|
|
|
[node name="Player" type="CharacterBody2D"]
|
|
motion_mode = 1
|
|
script = ExtResource("1_jlots")
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
position = Vector2(-14, 2.86102e-06)
|
|
rotation = 1.58969
|
|
scale = Vector2(0.998311, 1.01563)
|
|
polygon = PackedVector2Array(-9.03255, -0.816984, -0.51107, -26.5797, 8.99469, -1.15189)
|
|
|
|
[node name="Sprite2D2" type="Sprite2D" parent="."]
|
|
position = Vector2(0, -9.53674e-07)
|
|
rotation = -1.5708
|
|
scale = Vector2(0.230709, 0.642787)
|
|
texture = ExtResource("2_jjceo")
|