mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
added the game
This commit is contained in:
11
Scripts/Parts/LevelGuide.gd
Normal file
11
Scripts/Parts/LevelGuide.gd
Normal file
@@ -0,0 +1,11 @@
|
||||
@tool
|
||||
class_name LevelGuide
|
||||
extends Sprite2D
|
||||
|
||||
func _ready() -> void:
|
||||
if Engine.is_editor_hint() == false:
|
||||
queue_free()
|
||||
else:
|
||||
position = Vector2(-256, -208)
|
||||
centered = false
|
||||
modulate.a = 0.5
|
Reference in New Issue
Block a user