mirror of
https://github.com/Relintai/regression-test-project.git
synced 2025-03-12 18:38:50 +01:00
18 lines
658 B
Plaintext
18 lines
658 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c30wdiq4o3bog"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bp1jqfv4eumxi" path="res://icon.png" id="1"]
|
|
[ext_resource type="Script" path="res://Physics/2D/KinematicBody2D.gd" id="2"]
|
|
|
|
[node name="KinematicBody2D" type="CharacterBody2D"]
|
|
script = ExtResource( "2" )
|
|
|
|
[node name="Sprite" type="Sprite2D" parent="."]
|
|
modulate = Color(0.74902, 0.133333, 0.133333, 1)
|
|
rotation = 4.45932
|
|
texture = ExtResource( "1" )
|
|
script = null
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
polygon = PackedVector2Array(-10.6781, -7.48182, -12.4953, 17.1263, 15.2543, 6.19464, 4.32263, -14.4073)
|
|
script = null
|