mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-05 00:41:15 +00:00
Made selector 3D
This commit is contained in:
parent
5e3ccf3b99
commit
0a7b1614a9
8 changed files with 113 additions and 45 deletions
16
Scenes/HUD/WorldSelector3D.tscn
Normal file
16
Scenes/HUD/WorldSelector3D.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cwnyegefc8o6q"]
|
||||
|
||||
[ext_resource type="SpriteFrames" uid="uid://dhn6pld33ek0v" path="res://Resources/Sprites/Selector.tres" id="1_vi7xt"]
|
||||
|
||||
[node name="UiSelector" type="Node3D"]
|
||||
|
||||
[node name="Sprite" type="AnimatedSprite3D" parent="."]
|
||||
transform = Transform3D(0.70710677, -0.49999997, 0.49999997, 0, 0.70710677, 0.70710677, -0.70710677, -0.49999997, 0.49999997, 0, 0, 0)
|
||||
pixel_size = 0.05
|
||||
no_depth_test = true
|
||||
texture_filter = 0
|
||||
render_priority = 10
|
||||
sprite_frames = ExtResource("1_vi7xt")
|
||||
autoplay = "default"
|
||||
frame = 1
|
||||
frame_progress = 0.888575
|
||||
Loading…
Add table
Add a link
Reference in a new issue