15
scenes/Cooking/CuttingScene.tscn
Normal file
15
scenes/Cooking/CuttingScene.tscn
Normal file
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bix00kr2hkaxn"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://kwnx0enmgk54" path="res://scripts/Scenes/CuttingScene.gd" id="1_2ls7x"]
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_hck4v"]
|
||||
|
||||
[node name="CuttingScene" type="Node3D"]
|
||||
script = ExtResource("1_2ls7x")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(0.504528, 0.295299, -0.811326, 0, 0.939693, 0.34202, 0.863396, -0.172559, 0.474101, -1.50615, 0.608966, 0.933182)
|
||||
fov = 35.4
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("CapsuleMesh_hck4v")
|
36
scenes/Entities/Rosa.tscn
Normal file
36
scenes/Entities/Rosa.tscn
Normal file
@@ -0,0 +1,36 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://yhtpoum3eek7"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ixwikdguyhf0" path="res://scripts/Entities/RosaController.gd" id="1_3g383"]
|
||||
[ext_resource type="Script" uid="uid://jd50n00bo05y" path="res://scripts/Entities/RosaCamera.gd" id="2_tr66j"]
|
||||
[ext_resource type="Shader" uid="uid://7h2axb2tsh17" path="res://shaders/NPC Shader.gdshader" id="3_j5vis"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8ac5emade2y0" path="res://textures/characters/base_female.png" id="4_1ec0m"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ls7r8"]
|
||||
radius = 0.331611
|
||||
height = 0.804274
|
||||
|
||||
[sub_resource type="QuadMesh" id="QuadMesh_dyaax"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_fegux"]
|
||||
render_priority = 0
|
||||
shader = ExtResource("3_j5vis")
|
||||
shader_parameter/npcTexture = ExtResource("4_1ec0m")
|
||||
shader_parameter/frame = 0
|
||||
shader_parameter/direction = 1
|
||||
|
||||
[node name="Rosa" type="CharacterBody3D"]
|
||||
script = ExtResource("1_3g383")
|
||||
|
||||
[node name="Rosa Camera" type="Camera3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.130388, 0.991463, 0, -0.991463, 0.130388, 0, 3.14994, 0.404846)
|
||||
fov = 30.0
|
||||
script = ExtResource("2_tr66j")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.126485)
|
||||
shape = SubResource("CapsuleShape3D_ls7r8")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.173648, 0.984808, 0, -0.984808, 0.173648, 0.00989294, 0, 0)
|
||||
mesh = SubResource("QuadMesh_dyaax")
|
||||
surface_material_override/0 = SubResource("ShaderMaterial_fegux")
|
32
scenes/Entities/TestNPC.tscn
Normal file
32
scenes/Entities/TestNPC.tscn
Normal file
@@ -0,0 +1,32 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://dr4b2pmsknuhc"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d23qg1ovkbxst" path="res://scripts/Entities/BasicNPCEntity.gd" id="1_1muh7"]
|
||||
[ext_resource type="Shader" uid="uid://7h2axb2tsh17" path="res://shaders/NPC Shader.gdshader" id="1_xgcv1"]
|
||||
[ext_resource type="Script" uid="uid://btxgv85qst1jy" path="res://scripts/Cutscene/TestCutscene.gd" id="2_jwvuu"]
|
||||
[ext_resource type="Texture2D" uid="uid://boa4hvwyoslv0" path="res://textures/characters/base_male.png" id="3_20w6p"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_dw1sy"]
|
||||
radius = 0.331611
|
||||
height = 0.804274
|
||||
|
||||
[sub_resource type="QuadMesh" id="QuadMesh_xhkdv"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_l4utx"]
|
||||
render_priority = 0
|
||||
shader = ExtResource("1_xgcv1")
|
||||
shader_parameter/npcTexture = ExtResource("3_20w6p")
|
||||
shader_parameter/frame = 0
|
||||
shader_parameter/direction = 1
|
||||
|
||||
[node name="TestNpc" type="CharacterBody3D"]
|
||||
script = ExtResource("1_1muh7")
|
||||
interactCutscene = ExtResource("2_jwvuu")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.126485)
|
||||
shape = SubResource("CapsuleShape3D_dw1sy")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.173648, 0.984808, 0, -0.984808, 0.173648, 0.00989294, 0, 0)
|
||||
mesh = SubResource("QuadMesh_xhkdv")
|
||||
surface_material_override/0 = SubResource("ShaderMaterial_l4utx")
|
3
scenes/MainMenu.tscn
Normal file
3
scenes/MainMenu.tscn
Normal file
@@ -0,0 +1,3 @@
|
||||
[gd_scene format=3 uid="uid://w1q5eoiejmy3"]
|
||||
|
||||
[node name="MainMenu" type="Node3D"]
|
14
scenes/MapBounds.tscn
Normal file
14
scenes/MapBounds.tscn
Normal file
@@ -0,0 +1,14 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cy4r0tp2htivb"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dbah1pmk8jola" path="res://scripts/MapBounds.gd" id="1_43dqt"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_ep4u2"]
|
||||
|
||||
[node name="MapBounds" type="Area3D"]
|
||||
script = ExtResource("1_43dqt")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("BoxShape3D_ep4u2")
|
||||
|
||||
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
||||
[connection signal="body_exited" from="." to="." method="_on_body_exited"]
|
41
scenes/Maps/SomeMap.tscn
Normal file
41
scenes/Maps/SomeMap.tscn
Normal file
@@ -0,0 +1,41 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://dx6fv8n4jl5ku"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://mr2ako4ox2gq" path="res://models/maps/SomeMap/SomeMapModel.tscn" id="1_sbtr5"]
|
||||
[ext_resource type="PackedScene" uid="uid://yhtpoum3eek7" path="res://scenes/Entities/Rosa.tscn" id="2_2h4bv"]
|
||||
[ext_resource type="PackedScene" uid="uid://dr4b2pmsknuhc" path="res://scenes/Entities/TestNPC.tscn" id="3_q0pj2"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_e1h75"]
|
||||
sky_horizon_color = Color(0.59625, 0.6135, 0.6375, 1)
|
||||
sky_energy_multiplier = 0.0
|
||||
ground_bottom_color = Color(0, 0, 0, 1)
|
||||
ground_horizon_color = Color(0.59625, 0.6135, 0.6375, 1)
|
||||
|
||||
[sub_resource type="Sky" id="Sky_weucl"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_e1h75")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_nyivo"]
|
||||
sky = SubResource("Sky_weucl")
|
||||
ambient_light_source = 1
|
||||
|
||||
[node name="Some-map" type="Node3D"]
|
||||
|
||||
[node name="some map" parent="." instance=ExtResource("1_sbtr5")]
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_nyivo")
|
||||
|
||||
[node name="Rosa" parent="." instance=ExtResource("2_2h4bv")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.19857, 0.684572, 0.968477)
|
||||
|
||||
[node name="TestNpc" parent="." instance=ExtResource("3_q0pj2")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.68747, 0.459578, -0.399262)
|
||||
interactType = 1
|
||||
moveType = 1
|
||||
direction = 1
|
||||
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.28892, 0)
|
||||
light_energy = 3.375
|
||||
shadow_bias = 0.0
|
||||
shadow_normal_bias = 0.9
|
||||
omni_range = 281.646
|
9
scenes/Meta/Cooking.tscn
Normal file
9
scenes/Meta/Cooking.tscn
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b4ffu88bmt4sa"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ckxjs4wty6sju" path="res://scripts/Scenes/CookingScene.gd" id="1_27bmi"]
|
||||
[ext_resource type="PackedScene" uid="uid://bix00kr2hkaxn" path="res://scenes/Cooking/CuttingScene.tscn" id="1_bokpl"]
|
||||
|
||||
[node name="Cooking" type="Node3D"]
|
||||
script = ExtResource("1_27bmi")
|
||||
|
||||
[node name="CuttingScene" parent="." instance=ExtResource("1_bokpl")]
|
9
scenes/Meta/Overworld.tscn
Normal file
9
scenes/Meta/Overworld.tscn
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://tmbx2kit0jyq"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://pcncoc6wum4q" path="res://scripts/Scenes/OverworldScene.gd" id="1_yv6j0"]
|
||||
[ext_resource type="PackedScene" uid="uid://dx6fv8n4jl5ku" path="res://scenes/Maps/SomeMap.tscn" id="4_8dvtu"]
|
||||
|
||||
[node name="Overworld" type="Node3D"]
|
||||
script = ExtResource("1_yv6j0")
|
||||
|
||||
[node name="Some-map" parent="." instance=ExtResource("4_8dvtu")]
|
12
scenes/Meta/RootScene.tscn
Normal file
12
scenes/Meta/RootScene.tscn
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://tanovye003t2"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cj4jxqpykhteg" path="res://scripts/Scenes/RootScene.gd" id="1_xu06r"]
|
||||
[ext_resource type="PackedScene" uid="uid://iibqlagufwhm" path="res://scenes/Meta/Systems.tscn" id="2_et43v"]
|
||||
[ext_resource type="PackedScene" uid="uid://dfwwtbs3ywcyq" path="res://scenes/Meta/UI.tscn" id="3_fwr0j"]
|
||||
|
||||
[node name="RootScene" type="Node3D"]
|
||||
script = ExtResource("1_xu06r")
|
||||
|
||||
[node name="Systems" parent="." instance=ExtResource("2_et43v")]
|
||||
|
||||
[node name="UI" parent="." instance=ExtResource("3_fwr0j")]
|
38
scenes/Meta/Systems.tscn
Normal file
38
scenes/Meta/Systems.tscn
Normal file
@@ -0,0 +1,38 @@
|
||||
[gd_scene load_steps=10 format=3 uid="uid://iibqlagufwhm"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cj8athi16655p" path="res://scripts/System/Systems.gd" id="1_uen2c"]
|
||||
[ext_resource type="Script" uid="uid://d2b7r3t5ownc5" path="res://scripts/System/CutsceneSystem.gd" id="2_sf62c"]
|
||||
[ext_resource type="Script" uid="uid://bc4c4eqfrnegb" path="res://scripts/System/ItemSystem.gd" id="3_nwp6i"]
|
||||
[ext_resource type="Script" uid="uid://dnlg1e8une55l" path="res://scripts/System/QuestSystem.gd" id="4_d00wi"]
|
||||
[ext_resource type="Script" uid="uid://chux5imw4pse6" path="res://scripts/System/VNSystem.gd" id="5_22p3i"]
|
||||
[ext_resource type="Script" uid="uid://bontk8ex2kxkb" path="res://scripts/System/PauseSystem.gd" id="6_hdi8m"]
|
||||
[ext_resource type="Script" uid="uid://mr6i8copcn37" path="res://scripts/System/BattleSystem.gd" id="7_miqgj"]
|
||||
[ext_resource type="Script" uid="uid://drcaiuyla2psa" path="res://scripts/System/CookingSystem.gd" id="7_nou1j"]
|
||||
[ext_resource type="Script" uid="uid://bbd8gcx6byjhf" path="res://scripts/System/SceneSystem.gd" id="9_budbk"]
|
||||
|
||||
[node name="Systems" type="Node"]
|
||||
script = ExtResource("1_uen2c")
|
||||
|
||||
[node name="Cutscene" type="Node" parent="."]
|
||||
script = ExtResource("2_sf62c")
|
||||
|
||||
[node name="Item" type="Node" parent="."]
|
||||
script = ExtResource("3_nwp6i")
|
||||
|
||||
[node name="Quest" type="Node" parent="."]
|
||||
script = ExtResource("4_d00wi")
|
||||
|
||||
[node name="VN" type="Node" parent="."]
|
||||
script = ExtResource("5_22p3i")
|
||||
|
||||
[node name="Pause" type="Node" parent="."]
|
||||
script = ExtResource("6_hdi8m")
|
||||
|
||||
[node name="Cooking" type="Node" parent="."]
|
||||
script = ExtResource("7_nou1j")
|
||||
|
||||
[node name="Battle" type="Node" parent="."]
|
||||
script = ExtResource("7_miqgj")
|
||||
|
||||
[node name="Scene" type="Node" parent="."]
|
||||
script = ExtResource("9_budbk")
|
20
scenes/Meta/UI.tscn
Normal file
20
scenes/Meta/UI.tscn
Normal file
@@ -0,0 +1,20 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dfwwtbs3ywcyq"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://dm7ee4aqjr2dl" path="res://ui/UI Theme.tres" id="1_3b1y4"]
|
||||
[ext_resource type="Script" uid="uid://vjr7s045ri4a" path="res://scripts/Scenes/UIScene.gd" id="2_5efuf"]
|
||||
[ext_resource type="PackedScene" uid="uid://bkx3l0kckf4a8" path="res://scenes/UI/VNTextbox.tscn" id="2_x0c4l"]
|
||||
|
||||
[node name="UI" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("1_3b1y4")
|
||||
script = ExtResource("2_5efuf")
|
||||
|
||||
[node name="VNTextbox" parent="." instance=ExtResource("2_x0c4l")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
offset_top = -133.0
|
42
scenes/UI/PauseMenu.tscn
Normal file
42
scenes/UI/PauseMenu.tscn
Normal file
@@ -0,0 +1,42 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cqr1fgxwv0bjg"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://dm7ee4aqjr2dl" path="res://ui/UI Theme.tres" id="1_jnmec"]
|
||||
|
||||
[node name="PauseMenu" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("1_jnmec")
|
||||
|
||||
[node name="HSplitContainer" type="HBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("1_jnmec")
|
||||
|
||||
[node name="Panel2" type="PanelContainer" parent="HSplitContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
theme = ExtResource("1_jnmec")
|
||||
|
||||
[node name="VSplitContainer" type="VBoxContainer" parent="HSplitContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
theme = ExtResource("1_jnmec")
|
||||
|
||||
[node name="Panel" type="PanelContainer" parent="HSplitContainer/VSplitContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme = ExtResource("1_jnmec")
|
||||
|
||||
[node name="Panel2" type="PanelContainer" parent="HSplitContainer/VSplitContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
theme = ExtResource("1_jnmec")
|
28
scenes/UI/VNTextbox.tscn
Normal file
28
scenes/UI/VNTextbox.tscn
Normal file
@@ -0,0 +1,28 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bkx3l0kckf4a8"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://dm7ee4aqjr2dl" path="res://ui/UI Theme.tres" id="1_wx4lp"]
|
||||
[ext_resource type="Script" uid="uid://ck62jug2gl4wk" path="res://scripts/UI/VNTextbox.gd" id="2_uo1gm"]
|
||||
|
||||
[node name="VNTextbox" type="PanelContainer"]
|
||||
anchors_preset = 12
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -140.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
theme = ExtResource("1_wx4lp")
|
||||
script = ExtResource("2_uo1gm")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("1_wx4lp")
|
||||
|
||||
[node name="Label" type="RichTextLabel" parent="MarginContainer"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("1_wx4lp")
|
||||
bbcode_enabled = true
|
||||
text = "test
|
||||
test
|
||||
test
|
||||
test"
|
Reference in New Issue
Block a user