mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-14 10:27:53 +01:00
17 lines
557 B
Plaintext
17 lines
557 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Physics/2D/RigidBody2D.gd" type="Script" id=1]
|
|
[ext_resource path="res://icon 32x32.png" type="Texture" id=2]
|
|
|
|
[node name="RigidBody2D" type="RigidBody2D"]
|
|
gravity_scale = 0.1
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
polygon = PoolVector2Array( -2.29324, -15.2017, -12.0322, 4.46353, 8.38219, 7.64743 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
modulate = Color( 0.47451, 0, 0.427451, 1 )
|
|
rotation = 0.792379
|
|
texture = ExtResource( 2 )
|