move source files to separate folders
This commit is contained in:
parent
e619b9a6df
commit
99b28ecfa3
23 changed files with 34 additions and 34 deletions
|
@ -1,8 +0,0 @@
|
|||
class_name MapBackground
|
||||
extends Sprite2D
|
||||
|
||||
# sets the minimap texture as map background to avoid jarring transitions
|
||||
func set_map_background_texture(sprite, scaling:Vector2) -> void:
|
||||
self.texture = sprite
|
||||
self.scale = scaling
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue