mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-26 11:36:01 +10:00
fixed the UI shaking at higher framerates
This commit is contained in:
18
main_scenes/NDIAvatarViewport.tscn
Normal file
18
main_scenes/NDIAvatarViewport.tscn
Normal file
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://main_scenes/NDIAvatarViewport.gd" id="1"]
|
||||
|
||||
[node name="SubViewport" type="SubViewport"]
|
||||
handle_input_locally = false
|
||||
size = Vector2i(1280, 720)
|
||||
render_target_update_mode = 4
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="NDIOutput" type="NDIOutput"]
|
||||
name = "PNGTuber Avatar"
|
||||
enable_editor_output = true
|
||||
|
||||
[node name="OriginMotion" type="Node2D"]
|
||||
position = Vector2(640, 360)
|
||||
|
||||
[node name="Origin" type="Node2D" parent="OriginMotion"]
|
||||
Reference in New Issue
Block a user