Basic platformer with rope
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[gd_scene format=3 uid="uid://ymm34rr2enho"]
|
||||
|
||||
[ext_resource type="PackedScene" path="res://addons/maaacks_game_template/base/nodes/menus/options_menu/option_control/list_option_control.tscn" id="1_lfo7w"]
|
||||
[ext_resource type="Script" path="res://scenes/menus/options_menu/audio/audio_input_option_control.gd" id="2_m6bxx"]
|
||||
|
||||
[node name="AudioInputOptionControl" unique_id=1866818783 instance=ExtResource("1_lfo7w")]
|
||||
visible = false
|
||||
script = ExtResource("2_m6bxx")
|
||||
option_name = "Input Device"
|
||||
option_section = 2
|
||||
key = "InputDevice"
|
||||
section = "AudioSettings"
|
||||
property_type = 4
|
||||
|
||||
[node name="OptionLabel" parent="." index="0" unique_id=1854788461]
|
||||
text = "Input Device :"
|
||||
|
||||
[node name="OptionButton" parent="." index="1" unique_id=264509485]
|
||||
size_flags_horizontal = 3
|
||||
text_overrun_behavior = 1
|
||||
clip_text = true
|
||||
Reference in New Issue
Block a user