mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 10: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
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=69 format=3 uid="uid://rimplblbptcd"]
|
||||
[gd_scene load_steps=70 format=3 uid="uid://rimplblbptcd"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://88smibkin17p" path="res://Scripts/Components/FSM/3DPlayer/IsoPlayerFSMProxy.cs" id="1_cc7e7"]
|
||||
[ext_resource type="Texture2D" uid="uid://ddwhrlrgj6i00" path="res://Sprites/Actors/Cirno.png" id="1_vex34"]
|
||||
|
|
@ -29,6 +29,7 @@
|
|||
[ext_resource type="Script" uid="uid://by0x0qmbmkoak" path="res://Scripts/Components/FSM/3DPlayer/PlayerWeaponProvider3D.cs" id="16_olwak"]
|
||||
[ext_resource type="PackedScene" uid="uid://cfgc6ik8vb08c" path="res://Scenes/Weapons/BaseWeapon_3D.tscn" id="17_olwak"]
|
||||
[ext_resource type="Script" uid="uid://cqyr8mko8oo5" path="res://Scripts/Components/FSM/3DPlayer/PlayerAcidDeathModule.cs" id="19_7selo"]
|
||||
[ext_resource type="PackedScene" uid="uid://cwnyegefc8o6q" path="res://Scenes/HUD/WorldSelector3D.tscn" id="24_j6bpw"]
|
||||
[ext_resource type="Script" uid="uid://hdw15b6fi7de" path="res://Scripts/Components/Actors/3D/PlayerDamageReceiver3D.cs" id="26_ok6gd"]
|
||||
[ext_resource type="Script" uid="uid://ddsqqfx1usc3j" path="res://Scripts/Resources/DamageResistance.cs" id="27_5v3dv"]
|
||||
[ext_resource type="Script" uid="uid://cqwvssstkrdmw" path="res://Scripts/Components/Actors/ActorResourceProvider.cs" id="28_b3jpo"]
|
||||
|
|
@ -325,6 +326,7 @@ script = ExtResource("11_4exx2")
|
|||
_inputProvider = NodePath("../InputProvider")
|
||||
_selectorController = NodePath("SelectorController")
|
||||
_errorSound = NodePath("AudioStreamPlayer")
|
||||
SelectorScene = ExtResource("24_j6bpw")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="ActivationProvider"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.294313, 0)
|
||||
|
|
|
|||
|
|
@ -1,30 +1,13 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://dsaj5dx82brsg"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dsaj5dx82brsg"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dde36pgb8fbwc" path="res://Sprites/selector_big.png" id="1_undfg"]
|
||||
[ext_resource type="Script" uid="uid://w85hem1ec8cq" path="res://Scripts/Tools/AnimatedTextureRect.gd" id="2_cjotf"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_vxp1j"]
|
||||
atlas = ExtResource("1_undfg")
|
||||
region = Rect2(0, 0, 16, 16)
|
||||
[ext_resource type="SpriteFrames" uid="uid://dhn6pld33ek0v" path="res://Resources/Sprites/Selector.tres" id="3_cjotf"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_bnh43"]
|
||||
atlas = ExtResource("1_undfg")
|
||||
region = Rect2(16, 0, 16, 16)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_0vbph"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_vxp1j")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_bnh43")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="UiSelector" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
|
|
@ -39,7 +22,7 @@ offset_left = -8.0
|
|||
offset_top = -8.0
|
||||
offset_right = 8.0
|
||||
offset_bottom = 8.0
|
||||
texture = SubResource("AtlasTexture_vxp1j")
|
||||
texture = SubResource("AtlasTexture_bnh43")
|
||||
stretch_mode = 2
|
||||
script = ExtResource("2_cjotf")
|
||||
Frames = SubResource("SpriteFrames_0vbph")
|
||||
Frames = ExtResource("3_cjotf")
|
||||
|
|
|
|||
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