regression-test-project/Physics/2D/KinematicBody2D.tscn

18 lines
658 B
Plaintext
Raw Normal View History

2021-08-19 18:10:13 +02:00
[gd_scene load_steps=3 format=3 uid="uid://c30wdiq4o3bog"]
2020-11-06 16:57:49 +01:00
2021-08-19 18:10:13 +02:00
[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"]
2020-11-06 16:57:49 +01:00
2021-08-19 18:10:13 +02:00
[node name="KinematicBody2D" type="CharacterBody2D"]
script = ExtResource( "2" )
2020-11-06 16:57:49 +01:00
2021-08-19 18:10:13 +02:00
[node name="Sprite" type="Sprite2D" parent="."]
modulate = Color(0.74902, 0.133333, 0.133333, 1)
2020-11-06 16:57:49 +01:00
rotation = 4.45932
2021-08-19 18:10:13 +02:00
texture = ExtResource( "1" )
script = null
2020-11-06 16:57:49 +01:00
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
2021-08-19 18:10:13 +02:00
polygon = PackedVector2Array(-10.6781, -7.48182, -12.4953, 17.1263, 15.2543, 6.19464, 4.32263, -14.4073)
script = null