TestingGodot/NarutoEnemy.tscn
Mika Westphal 55b35d1ae0 Init
2023-02-14 14:50:44 +01:00

20 lines
717 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://j6hb87wtux7"]
[ext_resource type="Script" path="res://Scripts/NarutoEnemy.gd" id="1_y6vus"]
[ext_resource type="Texture2D" uid="uid://dxq0embg6b0x7" path="res://Sprites/NarutoHead.png" id="1_y27je"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_v1ety"]
[node name="NarutoEnemy" type="Node2D"]
script = ExtResource("1_y6vus")
[node name="StaticBody2D" type="StaticBody2D" parent="."]
position = Vector2(460, 250)
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
scale = Vector2(45, 25)
shape = SubResource("RectangleShape2D_v1ety")
[node name="NarutoHead" type="Sprite2D" parent="StaticBody2D"]
texture = ExtResource("1_y27je")