mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 15:24:18 +00:00
Move PlaceableAreaChecker
in interface/ghost
This commit is contained in:
parent
64f2e5a155
commit
8b490f9fb8
3 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
[ext_resource type="PackedScene" uid="uid://dhrtfpyfsdf3f" path="res://interface/ghost/instantiator.tscn" id="4_f7fmh"]
|
||||
[ext_resource type="PackedScene" uid="uid://cm3gvvcsh8i7a" path="res://interface/ghost/overlap_checker.tscn" id="5_twds7"]
|
||||
[ext_resource type="PackedScene" uid="uid://bu3alsb2ufaxu" path="res://interface/ghost/overlap_freer.tscn" id="6_y1rxa"]
|
||||
[ext_resource type="PackedScene" uid="uid://blk5uc5ta7nwq" path="res://interface/placeable_area_checker.tscn" id="7_wemqm"]
|
||||
[ext_resource type="PackedScene" uid="uid://blk5uc5ta7nwq" path="res://interface/ghost/placeable_area_checker.tscn" id="7_wemqm"]
|
||||
|
||||
[node name="Ghost" type="Area2D"]
|
||||
collision_layer = 0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://blk5uc5ta7nwq"]
|
||||
|
||||
[ext_resource type="Script" path="res://interface/placeable_area_checker.gd" id="1_yyb05"]
|
||||
[ext_resource type="Script" path="res://interface/ghost/placeable_area_checker.gd" id="1_yyb05"]
|
||||
|
||||
[node name="PlaceableAreaChecker" type="Node"]
|
||||
script = ExtResource("1_yyb05")
|
Loading…
Reference in a new issue