regression-test-project/Physics/2D/RigidBody2D.tscn
2020-11-06 16:57:49 +01:00

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 )