idk prog
This commit is contained in:
@@ -22,7 +22,7 @@ enum Mode {
|
||||
func _ready() -> void:
|
||||
_updatePosition()
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
func _process(_delta: float) -> void:
|
||||
if mode == Mode.INACTIVE:
|
||||
self.visible = false
|
||||
return
|
||||
|
||||
1
overworld/camera/OverworldCamera.gd
Normal file
1
overworld/camera/OverworldCamera.gd
Normal file
@@ -0,0 +1 @@
|
||||
extends Camera3D
|
||||
1
overworld/camera/OverworldCamera.gd.uid
Normal file
1
overworld/camera/OverworldCamera.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://8tsov4ihmnxl
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=10 format=3 uid="uid://d0ywgijpuqy0r"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://d0ywgijpuqy0r"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://xe6pcuq741xi" path="res://overworld/map/TestMap.gd" id="1_6ms5s"]
|
||||
[ext_resource type="PackedScene" uid="uid://cluuhtfjeodwb" path="res://overworld/map/TestMapBase.tscn" id="1_ox0si"]
|
||||
@@ -6,6 +6,7 @@
|
||||
[ext_resource type="Script" uid="uid://yn7kxdargafx" path="res://cutscene/conversation/ConversationResource.gd" id="3_p7git"]
|
||||
[ext_resource type="Script" uid="uid://38ya6vphm5bu" path="res://item/ItemResource.gd" id="4_xf0pb"]
|
||||
[ext_resource type="Script" uid="uid://b5c8g5frishjs" path="res://cutscene/cutscene/TestCutscene.gd" id="5_125nt"]
|
||||
[ext_resource type="Script" uid="uid://8tsov4ihmnxl" path="res://overworld/camera/OverworldCamera.gd" id="7_tr4a0"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_xf0pb"]
|
||||
script = ExtResource("3_p7git")
|
||||
@@ -57,4 +58,5 @@ entityId = "player"
|
||||
movementType = 2
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(-0.0384888, -0.605488, 0.794923, -0.0292824, 0.795854, 0.60478, -0.99883, 0, -0.0483617, 5.96324, 4.42257, 0)
|
||||
transform = Transform3D(-0.0384888, -0.605488, 0.794923, -0.0292824, 0.795854, 0.60478, -0.99883, -5.59445e-09, -0.0483616, 9.84926, 12.5195, 0)
|
||||
script = ExtResource("7_tr4a0")
|
||||
|
||||
@@ -132,5 +132,3 @@ locale/country_filter=["JP"]
|
||||
[rendering]
|
||||
|
||||
textures/canvas_textures/default_texture_filter=0
|
||||
renderer/rendering_method="gl_compatibility"
|
||||
renderer/rendering_method.mobile="gl_compatibility"
|
||||
|
||||
Reference in New Issue
Block a user