mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-14 10:27:53 +01:00
16 lines
573 B
Plaintext
16 lines
573 B
Plaintext
|
[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 )
|