From c75e309ab89f6782d6d8a03b6a0712ea5f97032b Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 12 Dec 2019 19:01:10 +0100 Subject: [PATCH] ESS update. --- HEADS | 2 +- game/autoload/PhysicsQuery.gd | 30 ------------------------------ game/autoload/PhysicsQuery.tscn | 6 ------ game/project.godot | 1 - 4 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 game/autoload/PhysicsQuery.gd delete mode 100644 game/autoload/PhysicsQuery.tscn diff --git a/HEADS b/HEADS index 15664484..b7318e5e 100644 --- a/HEADS +++ b/HEADS @@ -1 +1 @@ -{"engine": "c868baf6581cb082844c7fde822c9b1ad86b3215", "world_generator": "290d973ea9580f748881a54502850ae5fecfb586", "entity_spell_system": "8826258852d3a53f9f0ea975b2c4b5b43912d34a", "ui_extensions": "271dcf89e9afe5cb6350de2f2433c8ebf8aba785", "voxelman": "ce4020962e19144b3f60f707930dc8f653bc0afa", "texture_packer": "604c330188e220c15d10ea5bd545a6fc5aab0132", "fastnoise": "41b7ea05a1f7aa2b8ecddaa1fd739e64d6970f7e", "entity-spell-system-addons": "d60e746b158d3ebf9d2ea306af1dd24bcae49be5"} \ No newline at end of file +{"engine": "435cced7d8fbc80e6842d7c171a87d4db1e64fe4", "world_generator": "290d973ea9580f748881a54502850ae5fecfb586", "entity_spell_system": "8826258852d3a53f9f0ea975b2c4b5b43912d34a", "ui_extensions": "271dcf89e9afe5cb6350de2f2433c8ebf8aba785", "voxelman": "ce4020962e19144b3f60f707930dc8f653bc0afa", "texture_packer": "604c330188e220c15d10ea5bd545a6fc5aab0132", "fastnoise": "41b7ea05a1f7aa2b8ecddaa1fd739e64d6970f7e", "entity-spell-system-addons": "d60e746b158d3ebf9d2ea306af1dd24bcae49be5"} \ No newline at end of file diff --git a/game/autoload/PhysicsQuery.gd b/game/autoload/PhysicsQuery.gd deleted file mode 100644 index 04645fd5..00000000 --- a/game/autoload/PhysicsQuery.gd +++ /dev/null @@ -1,30 +0,0 @@ -extends Node - -# Copyright (c) 2019 Péter Magyar - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -#func _ready(): -# set_physics_process(true) -# -#func _physics_process(delta): -# pass - -#func queue_raycast(): -# var space_state : PhysicsDirectSpaceState = get_world().direct_space_state diff --git a/game/autoload/PhysicsQuery.tscn b/game/autoload/PhysicsQuery.tscn deleted file mode 100644 index 53ceaebf..00000000 --- a/game/autoload/PhysicsQuery.tscn +++ /dev/null @@ -1,6 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://autoload/PhysicsQuery.gd" type="Script" id=1] - -[node name="PhysicsQuery" type="ESSPhysicsQuery"] -script = ExtResource( 1 ) diff --git a/game/project.godot b/game/project.godot index b017518e..d4cd4c1d 100644 --- a/game/project.godot +++ b/game/project.godot @@ -229,7 +229,6 @@ config/version="0.2" Logger="*res://autoload/Logger.tscn" Settings="*res://autoload/SettingsManager.gd" CursorManager="*res://autoload/CursorManager.tscn" -PhysicsQuery="*res://autoload/PhysicsQuery.tscn" Entities="*res://autoload/EntityDataManager.tscn" Profiles="*res://autoload/ProfileManager.tscn" WorldNumbers="*res://autoload/WorldNumbers.tscn"