added weapon wheel and model texture creator
This commit is contained in:
21
assets/weapon_select.tscn
Normal file
21
assets/weapon_select.tscn
Normal file
@@ -0,0 +1,21 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dqgtnykkbngem"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/weapon_select.gd" id="1_qygnb"]
|
||||
|
||||
[node name="WeaponSelect" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -2.0
|
||||
offset_right = -2.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
script = ExtResource("1_qygnb")
|
||||
outer_radius = 500
|
||||
inner_radius = 25
|
||||
line_width = 2
|
||||
Reference in New Issue
Block a user