diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-23 20:28:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 20:28:32 +0200 |
commit | 03d408f1b69a7b25d4f1b81db274bf69010a490a (patch) | |
tree | 5835d6c157a14cae0ae9c06b14d1bdaaec22526f /client/player | |
parent | 3885cbfae528608350804f704dba9c82fdbfd027 (diff) | |
download | hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar.bz2 hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar.zst |
fix most dependencies
Diffstat (limited to 'client/player')
-rw-r--r-- | client/player/follow_camera.tscn | 2 | ||||
-rw-r--r-- | client/player/marker.tscn | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/player/follow_camera.tscn b/client/player/follow_camera.tscn index 816563ba..015c2727 100644 --- a/client/player/follow_camera.tscn +++ b/client/player/follow_camera.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://b31mlnao6ybt8"] -[ext_resource type="Script" path="res://scripts/follow_camera.gd" id="1_qipju"] +[ext_resource type="Script" path="res://player/follow_camera.gd" id="1_qipju"] [node name="FollowCamera" type="Camera3D"] fov = 45.0 diff --git a/client/player/marker.tscn b/client/player/marker.tscn index 7f21e199..9a68e1c1 100644 --- a/client/player/marker.tscn +++ b/client/player/marker.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=7 format=3 uid="uid://c0euiv7duqfp4"] -[ext_resource type="Script" path="res://scripts/marker.gd" id="1_3njdu"] -[ext_resource type="Shader" path="res://textures/interact_marker.gdshader" id="2_dejwy"] +[ext_resource type="Script" path="res://player/marker.gd" id="1_3njdu"] +[ext_resource type="Shader" path="res://player/interact_marker.gdshader" id="2_dejwy"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_o4v68"] |