mirror of
https://github.com/Relintai/broken_seals_roguelike.git
synced 2024-11-10 21:52:09 +01:00
Renamed World.gd to DungeonLevel.gd.
This commit is contained in:
parent
6d7cd58350
commit
df0584a9e1
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/World.gd" type="Script" id=1]
|
||||
[ext_resource path="res://scenes/DungeonLevel.gd" type="Script" id=1]
|
||||
[ext_resource path="res://world/WorldLayer.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://tilesets/dc_32x32/tileset.tres" type="TileSet" id=3]
|
||||
|
||||
|
@ -1,10 +1,12 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/World.gd" type="Script" id=1]
|
||||
[ext_resource path="res://scenes/DungeonLevel.gd" type="Script" id=1]
|
||||
[ext_resource path="res://world/WorldLayer.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://tilesets/dc_32x32/tileset.tres" type="TileSet" id=3]
|
||||
[ext_resource path="res://tilesets/Visibility_map/vis_32x32.tres" type="TileSet" id=4]
|
||||
|
||||
|
||||
|
||||
[node name="World" type="Node2D" groups=[
|
||||
"save",
|
||||
]]
|
||||
|
@ -1,10 +1,12 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/World.gd" type="Script" id=1]
|
||||
[ext_resource path="res://scenes/DungeonLevel.gd" type="Script" id=1]
|
||||
[ext_resource path="res://world/WorldLayer.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://tilesets/denzi_32x32_orthogonal/new_tileset.tres" type="TileSet" id=3]
|
||||
[ext_resource path="res://tilesets/Visibility_map/vis_32x32.tres" type="TileSet" id=4]
|
||||
|
||||
|
||||
|
||||
[node name="World" type="Node2D" groups=[
|
||||
"save",
|
||||
]]
|
||||
|
@ -1,10 +1,12 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/World.gd" type="Script" id=1]
|
||||
[ext_resource path="res://scenes/DungeonLevel.gd" type="Script" id=1]
|
||||
[ext_resource path="res://world/WorldLayer.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://tilesets/denzi_public_domain/new_tileset.tres" type="TileSet" id=3]
|
||||
[ext_resource path="res://tilesets/Visibility_map/vis_32x32.tres" type="TileSet" id=4]
|
||||
|
||||
|
||||
|
||||
[node name="World" type="Node2D" groups=[
|
||||
"save",
|
||||
]]
|
||||
|
Loading…
Reference in New Issue
Block a user