Workers, lighting, and loading
This commit is contained in:
7
client/Scripts/Entities/Wall Light.gd
Normal file
7
client/Scripts/Entities/Wall Light.gd
Normal file
@ -0,0 +1,7 @@
|
||||
extends Sprite
|
||||
|
||||
export var shadows : bool = false
|
||||
|
||||
func _ready():
|
||||
$Light2D.show()
|
||||
$Light2D.shadow_enabled = shadows
|
Reference in New Issue
Block a user