diff --git a/Characters/Player/Player.tscn b/Characters/Player/Player.tscn index 72d2b04..949c252 100644 --- a/Characters/Player/Player.tscn +++ b/Characters/Player/Player.tscn @@ -7,7 +7,8 @@ [ext_resource path="res://Resources/Audio/Step.wav" type="AudioStream" id=5] [ext_resource path="res://Characters/Player/UI/UI.tscn" type="PackedScene" id=6] [ext_resource path="res://Characters/Player/PillTaker.gd" type="Script" id=7] -[ext_resource path="res://Things/pills/Pills.tscn" type="PackedScene" id=8] +[ext_resource path="res://Things/Pills/Pills.tscn" type="PackedScene" id=8] + [sub_resource type="ViewportTexture" id=1] viewport_path = NodePath("Body/PillCameras/MaskedView") diff --git a/Things/pills/Pills.tscn b/Things/Pills/Pills.tscn similarity index 100% rename from Things/pills/Pills.tscn rename to Things/Pills/Pills.tscn