feat: add witnessed knowledge and wind ambience
This commit is contained in:
@@ -52,7 +52,15 @@ func _draw() -> void:
|
||||
var text_size := font.get_string_size(time_label, HORIZONTAL_ALIGNMENT_CENTER, -1, font_size)
|
||||
var text_x := (SIZE_DIAL - text_size.x) / 2.0
|
||||
var text_y := SIZE_DIAL - text_size.y + 4.0
|
||||
draw_string(font, Vector2(text_x, text_y), time_label, HORIZONTAL_ALIGNMENT_LEFT, -1, font_size, Color.WHITE)
|
||||
draw_string(
|
||||
font,
|
||||
Vector2(text_x, text_y),
|
||||
time_label,
|
||||
HORIZONTAL_ALIGNMENT_LEFT,
|
||||
-1,
|
||||
font_size,
|
||||
Color.WHITE
|
||||
)
|
||||
|
||||
|
||||
func _cycle_fraction() -> float:
|
||||
|
||||
Reference in New Issue
Block a user