From 926922572f0a0b1f0003d51a33a0c2ad114ae3a2 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 12 Feb 2022 20:06:13 +0100 Subject: [PATCH] Moved the world_generator folder under scripts. --- game/addons/world_generator/test/test_world.tres | 6 +++--- .../world_generator/continents/test_continent.gd | 0 game/{ => scripts}/world_generator/subzones/spawner.gd | 0 game/{ => scripts}/world_generator/subzones/test_subzone.gd | 0 game/{ => scripts}/world_generator/zones/test_zone.gd | 0 game/worlds/test_world/test_world.tres | 6 +++--- 6 files changed, 6 insertions(+), 6 deletions(-) rename game/{ => scripts}/world_generator/continents/test_continent.gd (100%) rename game/{ => scripts}/world_generator/subzones/spawner.gd (100%) rename game/{ => scripts}/world_generator/subzones/test_subzone.gd (100%) rename game/{ => scripts}/world_generator/zones/test_zone.gd (100%) diff --git a/game/addons/world_generator/test/test_world.tres b/game/addons/world_generator/test/test_world.tres index a564e27e..387c353e 100644 --- a/game/addons/world_generator/test/test_world.tres +++ b/game/addons/world_generator/test/test_world.tres @@ -4,9 +4,9 @@ [ext_resource path="res://addons/world_generator/resources/continent.gd" type="Script" id=2] [ext_resource path="res://addons/world_generator/resources/zone.gd" type="Script" id=3] [ext_resource path="res://addons/world_generator/resources/subzone.gd" type="Script" id=4] -[ext_resource path="res://world_generator/continents/test_continent.gd" type="Script" id=5] -[ext_resource path="res://world_generator/zones/test_zone.gd" type="Script" id=6] -[ext_resource path="res://world_generator/subzones/test_subzone.gd" type="Script" id=7] +[ext_resource path="res://scripts/world_generator/continents/test_continent.gd" type="Script" id=5] +[ext_resource path="res://scripts/world_generator/zones/test_zone.gd" type="Script" id=6] +[ext_resource path="res://scripts/world_generator/subzones/test_subzone.gd" type="Script" id=7] [sub_resource type="Resource" id=14] resource_name = "qwe" diff --git a/game/world_generator/continents/test_continent.gd b/game/scripts/world_generator/continents/test_continent.gd similarity index 100% rename from game/world_generator/continents/test_continent.gd rename to game/scripts/world_generator/continents/test_continent.gd diff --git a/game/world_generator/subzones/spawner.gd b/game/scripts/world_generator/subzones/spawner.gd similarity index 100% rename from game/world_generator/subzones/spawner.gd rename to game/scripts/world_generator/subzones/spawner.gd diff --git a/game/world_generator/subzones/test_subzone.gd b/game/scripts/world_generator/subzones/test_subzone.gd similarity index 100% rename from game/world_generator/subzones/test_subzone.gd rename to game/scripts/world_generator/subzones/test_subzone.gd diff --git a/game/world_generator/zones/test_zone.gd b/game/scripts/world_generator/zones/test_zone.gd similarity index 100% rename from game/world_generator/zones/test_zone.gd rename to game/scripts/world_generator/zones/test_zone.gd diff --git a/game/worlds/test_world/test_world.tres b/game/worlds/test_world/test_world.tres index 5c2067e9..716751fd 100644 --- a/game/worlds/test_world/test_world.tres +++ b/game/worlds/test_world/test_world.tres @@ -1,12 +1,12 @@ [gd_resource type="Resource" load_steps=13 format=2] [ext_resource path="res://addons/world_generator/resources/world_gen_world.gd" type="Script" id=1] -[ext_resource path="res://world_generator/subzones/spawner.gd" type="Script" id=2] -[ext_resource path="res://world_generator/continents/test_continent.gd" type="Script" id=3] +[ext_resource path="res://scripts/world_generator/subzones/spawner.gd" type="Script" id=2] +[ext_resource path="res://scripts/world_generator/continents/test_continent.gd" type="Script" id=3] [ext_resource path="res://worlds/test_world/dungeons/dung_teleporter.tscn" type="PackedScene" id=4] [ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tres" type="PropData" id=5] [ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t1scene.tres" type="PropData" id=6] -[ext_resource path="res://world_generator/zones/test_zone.gd" type="Script" id=7] +[ext_resource path="res://scripts/world_generator/zones/test_zone.gd" type="Script" id=7] [ext_resource path="res://entity_classes/naturalist/entities/4_naturalist_vendor.tres" type="EntityData" id=8] [ext_resource path="res://entity_classes/naturalist/entities/3_naturalist_trainer.tres" type="EntityData" id=9]