mirror of
https://github.com/Relintai/regression-test-project.git
synced 2025-03-12 18:38:50 +01:00
18 lines
656 B
Plaintext
18 lines
656 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://i3qfkqf31vkh"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bp1jqfv4eumxi" path="res://icon.png" id="1"]
|
|
[ext_resource type="Script" path="res://Physics/2D/StaticBody2D.gd" id="2"]
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D"]
|
|
script = ExtResource( "2" )
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
polygon = PackedVector2Array(-0.566719, -5.64549, -7.24092, 1.19557, -2.06841, 8.20348, 5.60692, 5.20009, 4.10522, -5.14492)
|
|
script = null
|
|
|
|
[node name="Sprite" type="Sprite2D" parent="."]
|
|
modulate = Color(0, 1, 1, 0.584314)
|
|
rotation = 0.270526
|
|
texture = ExtResource( "1" )
|
|
script = null
|