17 lines
553 B
Plaintext
17 lines
553 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cl86qyf4rls0y"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/drill.gd" id="1_7g7rb"]
|
|
[ext_resource type="Texture2D" uid="uid://c8sctajtkp1qs" path="res://sprites/drill.png" id="2_21l7t"]
|
|
|
|
[node name="Drill" type="Node2D"]
|
|
script = ExtResource("1_7g7rb")
|
|
|
|
[node name="RayCast2D" type="RayCast2D" parent="."]
|
|
target_position = Vector2(70, 0)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(46, -1.42109e-13)
|
|
rotation = -1.5708
|
|
scale = Vector2(0.1, 0.1)
|
|
texture = ExtResource("2_21l7t")
|