[gd_scene load_steps=5 format=2] [ext_resource path="res://ant.gd" type="Script" id=1] [ext_resource path="res://images/ant.png" type="Texture" id=2] [sub_resource type="CapsuleShape2D" id=1] radius = 5.57427 height = 16.2134 [sub_resource type="CapsuleShape2D" id=2] [node name="Ant" type="KinematicBody2D"] scale = Vector2( 0.332887, 0.357937 ) script = ExtResource( 1 ) [node name="Sprite" type="Sprite" parent="."] scale = Vector2( 0.1, 0.1 ) texture = ExtResource( 2 ) [node name="CollisionShapeFront" type="CollisionShape2D" parent="."] position = Vector2( -0.0256538, -22.3513 ) rotation = 1.5708 shape = SubResource( 1 ) [node name="CollisionShapeBody" type="CollisionShape2D" parent="."] position = Vector2( 0, 6 ) shape = SubResource( 2 ) [node name="mode" type="Label" parent="."] margin_left = 18.0241 margin_top = 2.79379 margin_right = 58.0523 margin_bottom = 16.7938 rect_scale = Vector2( 2, 2 ) text = "ANT:1" __meta__ = { "_edit_use_anchors_": false } [node name="sensivity" type="ProgressBar" parent="."] margin_left = 18.0 margin_top = -28.0 margin_right = 78.0 margin_bottom = -14.0 __meta__ = { "_edit_use_anchors_": false } [node name="close2home" type="ProgressBar" parent="."] margin_left = 18.0241 margin_top = -13.9689 margin_right = 78.0241 margin_bottom = 0.0310593 __meta__ = { "_edit_use_anchors_": false } [node name="target" type="Line2D" parent="."] [node name="vel" type="Line2D" parent="."] default_color = Color( 0.905882, 0, 0.235294, 1 )