added weapon wheel and model texture creator

This commit is contained in:
derek
2024-12-11 16:11:29 -06:00
parent 0ec82d84aa
commit 5ceaa00785
45 changed files with 1337 additions and 25 deletions

21
assets/weapon_select.tscn Normal file
View 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