summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/4WheelCar/Weight/Weight.tscn
blob: 094f257f9b1de0ba5ae85f4d48a906a10f9666e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[gd_scene load_steps=4 format=2]

[ext_resource path="res://4WheelCar/Weight/Weight.gd" type="Script" id=1]
[ext_resource path="res://Art(non-orig)/crosshair(isorig).png" type="Texture" id=2]


[sub_resource type="RectangleShape2D" id=1]

[node name="Weight" type="RigidBody2D"]
position = Vector2( -0.446396, 25.4176 )
z_index = 2
mass = 10.0
script = ExtResource( 1 )

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
z_index = 2
shape = SubResource( 1 )
disabled = true
__meta__ = {
"_edit_group_": true
}

[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 2 )