RhythmGame/scripts/NotePainter.gd

5 lines
117 B
GDScript3
Raw Normal View History

extends Node2D
func _draw():
draw_texture_rect($"../Viewport".get_texture(), Rect2(-540, -540, 1080, 1080), false)