ESS update.

This commit is contained in:
Relintai 2019-12-12 19:01:10 +01:00
parent 2b9960056d
commit c75e309ab8
4 changed files with 1 additions and 38 deletions

2
HEADS
View File

@ -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"}
{"engine": "435cced7d8fbc80e6842d7c171a87d4db1e64fe4", "world_generator": "290d973ea9580f748881a54502850ae5fecfb586", "entity_spell_system": "8826258852d3a53f9f0ea975b2c4b5b43912d34a", "ui_extensions": "271dcf89e9afe5cb6350de2f2433c8ebf8aba785", "voxelman": "ce4020962e19144b3f60f707930dc8f653bc0afa", "texture_packer": "604c330188e220c15d10ea5bd545a6fc5aab0132", "fastnoise": "41b7ea05a1f7aa2b8ecddaa1fd739e64d6970f7e", "entity-spell-system-addons": "d60e746b158d3ebf9d2ea306af1dd24bcae49be5"}

View File

@ -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

View File

@ -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 )

View File

@ -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"