mirror of
https://github.com/Relintai/regression-test-project.git
synced 2025-03-12 18:38:50 +01:00
19 lines
641 B
Plaintext
19 lines
641 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c6nagiem1y61r"]
|
|
|
|
[ext_resource type="Script" path="res://Physics/2D/RigidBody2D.gd" id="1"]
|
|
[ext_resource type="Texture2D" uid="uid://bp1jqfv4eumxi" path="res://icon.png" id="2"]
|
|
|
|
[node name="RigidBody2D" type="RigidBody2D"]
|
|
gravity_scale = 0.1
|
|
script = ExtResource( "1" )
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
polygon = PackedVector2Array(-2.29324, -15.2017, -12.0322, 4.46353, 8.38219, 7.64743)
|
|
script = null
|
|
|
|
[node name="Sprite" type="Sprite2D" parent="."]
|
|
modulate = Color(0.47451, 0, 0.427451, 1)
|
|
rotation = 0.792379
|
|
texture = ExtResource( "2" )
|
|
script = null
|