beta-1.3/restructure-files (#2)
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
11
Maps/Common/Scripts/shop.gd
Normal file
11
Maps/Common/Scripts/shop.gd
Normal file
@@ -0,0 +1,11 @@
|
||||
extends Node2D
|
||||
|
||||
@onready var item_notification: Label = $"CanvasLayer/Item Notification"
|
||||
|
||||
|
||||
func _on_player_shop_item_scanned(item_name: String) -> void:
|
||||
item_notification.text = item_name
|
||||
|
||||
|
||||
func _on_player_shop_item_unscanned() -> void:
|
||||
item_notification.text = ""
|
||||
1
Maps/Common/Scripts/shop.gd.uid
Normal file
1
Maps/Common/Scripts/shop.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://btg630l3xo16w
|
||||
Reference in New Issue
Block a user