mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-14 10:27:53 +01:00
16 lines
568 B
Plaintext
16 lines
568 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://icon.png" type="Texture" id=1]
|
|
[ext_resource path="res://Physics/2D/KinematicBody2D.gd" type="Script" id=2]
|
|
|
|
[node name="KinematicBody2D" type="KinematicBody2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
modulate = Color( 0.74902, 0.133333, 0.133333, 1 )
|
|
rotation = 4.45932
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
polygon = PoolVector2Array( -10.6781, -7.48182, -12.4953, 17.1263, 15.2543, 6.19464, 4.32263, -14.4073 )
|