regression-test-project/Physics/2D/KinematicBody2D.tscn
2020-12-28 20:30:03 +01:00

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 )