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

16 lines
573 B
Plaintext
Raw Normal View History

2020-11-06 16:57:49 +01:00
[gd_scene load_steps=3 format=2]
[ext_resource path="res://icon 32x32.png" type="Texture" id=1]
[ext_resource path="res://Physics/2D/StaticBody2D.gd" type="Script" id=2]
[node name="StaticBody2D" type="StaticBody2D"]
script = ExtResource( 2 )
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PoolVector2Array( -0.566719, -5.64549, -7.24092, 1.19557, -2.06841, 8.20348, 5.60692, 5.20009, 4.10522, -5.14492 )
[node name="Sprite" type="Sprite" parent="."]
modulate = Color( 0, 1, 1, 0.584314 )
rotation = 0.270526
texture = ExtResource( 1 )