12 lines
293 B
GDScript
12 lines
293 B
GDScript
extends Control
|
|
|
|
|
|
func _ready():
|
|
randomize()
|
|
theme = Global.theme
|
|
# this will be make font big for mobile
|
|
# maybe also have this be setting.
|
|
#Global.theme.default_font.size = 4
|
|
#print($egg.stream.data)
|
|
# if OS.get_name() == "Android":
|
|
# theme = load("res://UI_themes/phone_theme.tres")
|