generated from SGDA/GodotExampleProject
feat: base
This commit is contained in:
@ -0,0 +1 @@
|
||||
extends VideoOptionsMenu
|
@ -0,0 +1 @@
|
||||
uid://bf6h2o0j53apg
|
@ -0,0 +1,7 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://k7yb7evk5gk4"]
|
||||
|
||||
[ext_resource type="PackedScene" path="res://addons/maaacks_menus_template/base/scenes/menus/options_menu/video/video_options_menu.tscn" id="1_72nwo"]
|
||||
[ext_resource type="Script" path="res://template/scenes/menus/options_menu/video/video_options_menu.gd" id="2_okeh5"]
|
||||
|
||||
[node name="Video" instance=ExtResource("1_72nwo")]
|
||||
script = ExtResource("2_okeh5")
|
@ -0,0 +1,33 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://d2kekqotmmrpb"]
|
||||
|
||||
[ext_resource type="PackedScene" path="res://addons/maaacks_menus_template/base/scenes/menus/options_menu/video/video_options_menu.tscn" id="1_ee880"]
|
||||
[ext_resource type="Script" path="res://template/scenes/menus/options_menu/video/video_options_menu.gd" id="2_iefob"]
|
||||
[ext_resource type="PackedScene" path="res://addons/maaacks_menus_template/base/scenes/menus/options_menu/option_control/list_option_control.tscn" id="3_v2oud"]
|
||||
|
||||
[node name="Video" instance=ExtResource("1_ee880")]
|
||||
script = ExtResource("2_iefob")
|
||||
|
||||
[node name="AntiAliasingControl" parent="VBoxContainer" index="3" instance=ExtResource("3_v2oud")]
|
||||
layout_mode = 2
|
||||
lock_titles = true
|
||||
option_values = [0, 1, 2, 3]
|
||||
option_titles = Array[String](["Disabled (Fastest)", "2x", "4x", "8x (Slowest)"])
|
||||
option_name = "Anti-Aliasing"
|
||||
option_section = 3
|
||||
key = "Anti-aliasing"
|
||||
section = "VideoSettings"
|
||||
property_type = 2
|
||||
default_value = 0
|
||||
|
||||
[node name="CameraShakeControl" parent="VBoxContainer" index="4" instance=ExtResource("3_v2oud")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
lock_titles = true
|
||||
option_values = [1.0, 0.75, 0.5, 0.0]
|
||||
option_titles = Array[String](["Normal", "Reduced", "Minimal", "None"])
|
||||
option_name = "Camera Shake"
|
||||
option_section = 3
|
||||
key = "CameraShake"
|
||||
section = "VideoSettings"
|
||||
property_type = 3
|
||||
default_value = 1.0
|
Reference in New Issue
Block a user