Skip to content

Commit

Permalink
Sunflower draft, using monster template
Browse files Browse the repository at this point in the history
  • Loading branch information
nimoooos committed Jul 19, 2024
1 parent a16fce0 commit a2137f0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scenes/combat/npc/Sunflower.gd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
extends "res://scenes/combat/npc/Monster_Template.gd"


func _ready():
super()
SPEED=0


func _physics_process(delta):
pass
13 changes: 13 additions & 0 deletions scenes/combat/npc/Sunflower.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[gd_scene load_steps=2 format=3 uid="uid://5hvu3vnu25r"]

[ext_resource type="Script" path="res://scenes/combat/npc/Sunflower.gd" id="1_foxca"]

[node name="Sunflower" type="CharacterBody2D"]
script = ExtResource("1_foxca")

[node name="Label" type="Label" parent="."]
offset_left = -11.0
offset_top = -9.0
offset_right = 11.0
offset_bottom = 14.0
text = "🌻"

0 comments on commit a2137f0

Please sign in to comment.