mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 22:33:47 +00:00
Mapping and models
This commit is contained in:
parent
bd7f04d6fe
commit
595444885d
21 changed files with 4674 additions and 843 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=23 format=3 uid="uid://rimplblbptcd"]
|
||||
[gd_scene load_steps=24 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"]
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
[ext_resource type="Script" uid="uid://dq338w2lw5phl" path="res://Scripts/Components/Actors/KeyboardInputProvider.cs" id="7_4cdxq"]
|
||||
[ext_resource type="Script" uid="uid://1fryvj4omkin" path="res://Scripts/Components/Actors/MouseAimProvider3D.cs" id="9_2ffwi"]
|
||||
[ext_resource type="Script" uid="uid://c8ar11sg0su2h" path="res://Scripts/Components/FSM/3DPlayer/ShadowModule.cs" id="9_fg04g"]
|
||||
[ext_resource type="Script" uid="uid://dvln1783wvvuw" path="res://Scripts/Components/Actors/ShadowProvider.cs" id="10_2kukh"]
|
||||
[ext_resource type="Script" uid="uid://bm73kgly8gv2i" path="res://Scripts/Components/FSM/3DPlayer/IsoInteractionController.cs" id="10_habpy"]
|
||||
[ext_resource type="Script" uid="uid://d1ixvdcii6uy7" path="res://Scripts/Components/FSM/3DPlayer/SelectorController.cs" id="11_4cdxq"]
|
||||
[ext_resource type="Script" uid="uid://vne180ohyucn" path="res://Scripts/Components/FSM/3DPlayer/IsoActivationProvider.cs" id="11_4exx2"]
|
||||
|
|
@ -22,14 +23,14 @@
|
|||
radius = 0.349554
|
||||
height = 0.811048
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_cc7e7"]
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_2kukh"]
|
||||
transparency = 1
|
||||
depth_draw_mode = 2
|
||||
shading_mode = 0
|
||||
albedo_color = Color(0, 0, 0, 0.235294)
|
||||
|
||||
[sub_resource type="QuadMesh" id="QuadMesh_fg04g"]
|
||||
material = SubResource("StandardMaterial3D_cc7e7")
|
||||
material = SubResource("StandardMaterial3D_2kukh")
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_habpy"]
|
||||
height = 0.679688
|
||||
|
|
@ -91,13 +92,15 @@ script = ExtResource("7_4cdxq")
|
|||
[node name="Shadow" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, -0.29, 0)
|
||||
mesh = SubResource("QuadMesh_fg04g")
|
||||
|
||||
[node name="ShadowModule" type="Node" parent="." node_paths=PackedStringArray("Shadow")]
|
||||
script = ExtResource("9_fg04g")
|
||||
ShadowPath = NodePath("../Shadow")
|
||||
Shadow = NodePath("../Shadow")
|
||||
script = ExtResource("10_2kukh")
|
||||
AutoEnable = false
|
||||
MaxShadowScale = 1.0
|
||||
CollisionMask = 1
|
||||
|
||||
[node name="ShadowModule" type="Node" parent="." node_paths=PackedStringArray("ShadowProvider")]
|
||||
script = ExtResource("9_fg04g")
|
||||
ShadowProvider = NodePath("../Shadow")
|
||||
|
||||
[node name="InteractionController" type="Area3D" parent="."]
|
||||
collision_layer = 2
|
||||
collision_mask = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue