mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
6 lines
129 B
GDScript
6 lines
129 B
GDScript
extends Node2D
|
|
|
|
|
|
func _on_msaa_option_button_item_selected(index: int) -> void:
|
|
get_viewport().msaa_2d = index as Viewport.MSAA
|