meowbay created and other things
This commit is contained in:
parent
09625d8285
commit
93cc1a8c59
35 changed files with 318 additions and 41 deletions
|
|
@ -7,6 +7,7 @@ class_name ItemSlot
|
|||
var type : String
|
||||
var block_taking : bool = false
|
||||
const DEFAULT = preload("uid://hgjmkwj0dbqr")
|
||||
var extra_data : String = ""
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
|
|
@ -61,7 +62,7 @@ func _drop_data(at_position: Vector2, data: Variant) -> void:
|
|||
func _on_mouse_entered() -> void:
|
||||
#print("im real?")
|
||||
if item:
|
||||
Tooltip.show_tip(item.item_name)
|
||||
Tooltip.show_tip(item.item_name, extra_data)
|
||||
MouseTweaks.hovered_slot = self
|
||||
pass # Replace with function body.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue