@ -0,0 +1,17 @@
@@ -0,0 +1,17 @@
|
||||
extends Camera2D |
||||
|
||||
|
||||
# Declare member variables here. Examples: |
||||
# var a = 2 |
||||
# var b = "text" |
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time. |
||||
func _ready(): |
||||
pass # Replace with function body. |
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame. |
||||
onready var target = get_node("/root/MainScene/Player") |
||||
func _process (delta): |
||||
position = target.position |
@ -1,16 +1,37 @@
@@ -1,16 +1,37 @@
|
||||
[gd_scene load_steps=3 format=2] |
||||
[gd_scene load_steps=4 format=2] |
||||
|
||||
[ext_resource path="res://Player.tscn" type="PackedScene" id=1] |
||||
[ext_resource path="res://UI.tscn" type="PackedScene" id=2] |
||||
[ext_resource path="res://lodge.tres" type="TileSet" id=14] |
||||
|
||||
[node name="MainScene" type="Node2D"] |
||||
[node name="LivingRoom" type="Node2D"] |
||||
|
||||
[node name="TileMap" type="TileMap" parent="."] |
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."] |
||||
|
||||
[node name="UI" parent="CanvasLayer" instance=ExtResource( 2 )] |
||||
|
||||
[node name="Lodge" type="TileMap" parent="."] |
||||
tile_set = ExtResource( 14 ) |
||||
cell_size = Vector2( 60, 60 ) |
||||
cell_quadrant_size = 15 |
||||
format = 1 |
||||
tile_data = PoolIntArray( 65540, 15, 0, 65541, 16, 0, 65543, 16, 0, 65545, 17, 0, 65546, 1, 0, 65547, 4, 0, 65549, 4, 0, 65551, 5, 0, 131076, 18, 0, 131077, 19, 0, 131079, 19, 0, 131081, 20, 0, 131082, 1, 0, 131083, 4, 0, 131085, 4, 0, 131087, 5, 0, 196612, 21, 0, 196613, 22, 0, 196615, 22, 0, 196617, 23, 0, 196618, 6, 0, 196619, 7, 0, 196621, 7, 0, 196623, 8, 0, 262148, 24, 0, 262149, 25, 0, 262151, 25, 0, 262153, 25, 0, 262155, 10, 0, 262157, 10, 0, 262159, 11, 0, 327684, 24, 0, 327685, 25, 0, 327687, 10, 0, 327689, 10, 0, 327691, 10, 0, 327693, 10, 0, 327695, 11, 0, 393220, 24, 0, 393221, 25, 0, 393223, 10, 0, 393225, 10, 0, 393227, 10, 0, 393229, 10, 0, 393231, 11, 0, 458756, 24, 0, 458757, 25, 0, 458759, 25, 0, 458761, 25, 0, 458763, 10, 0, 458765, 10, 0, 458767, 11, 0, 524292, 9, 0, 524293, 10, 0, 524295, 10, 0, 524297, 10, 0, 524299, 10, 0, 524301, 10, 0, 524303, 11, 0, 589828, 12, 0, 589829, 13, 0, 589831, 13, 0, 589833, 13, 0, 589835, 13, 0, 589837, 13, 0, 589839, 14, 0 ) |
||||
tile_data = PoolIntArray( 1, 15, 0, 2, 16, 0, 4, 16, 0, 6, 17, 0, 7, 31, 0, 8, 5, 0, 9, 5, 0, 10, 5, 0, 11, 5, 0, 12, 5, 0, 13, 5, 0, 14, 5, 0, 65537, 18, 0, 65538, 19, 0, 65540, 19, 0, 65542, 20, 0, 65543, 31, 0, 65544, 5, 0, 65545, 5, 0, 65546, 5, 0, 65547, 5, 0, 65548, 5, 0, 65549, 5, 0, 65550, 5, 0, 131073, 21, 0, 131074, 22, 0, 131076, 22, 0, 131078, 23, 0, 131079, 6, 0, 131080, 7, 0, 131082, 7, 0, 131084, 7, 0, 131086, 8, 0, 196609, 24, 0, 196610, 25, 0, 196612, 25, 0, 196614, 25, 0, 196616, 25, 0, 196618, 25, 0, 196620, 10, 0, 196622, 11, 0, 262145, 24, 0, 262146, 25, 0, 262148, 25, 0, 262150, 25, 0, 262152, 25, 0, 262154, 25, 0, 262156, 10, 0, 262158, 11, 0, 327681, 24, 0, 327682, 25, 0, 327684, 25, 0, 327686, 25, 0, 327688, 25, 0, 327690, 25, 0, 327692, 10, 0, 327694, 11, 0, 393217, 24, 0, 393218, 25, 0, 393220, 25, 0, 393222, 25, 0, 393224, 25, 0, 393226, 25, 0, 393228, 10, 0, 393230, 11, 0, 458753, 27, 0, 458754, 28, 0, 458756, 28, 0, 458758, 28, 0, 458760, 13, 0, 458762, 13, 0, 458764, 13, 0, 458766, 14, 0 ) |
||||
|
||||
[node name="Carpet" type="TileMap" parent="."] |
||||
tile_set = ExtResource( 14 ) |
||||
cell_size = Vector2( 60, 60 ) |
||||
format = 1 |
||||
tile_data = PoolIntArray( 262146, 36, 0, 262147, 37, 0, 262148, 37, 0, 262149, 37, 0, 262150, 38, 0, 327682, 39, 0, 327683, 40, 0, 327684, 40, 0, 327685, 40, 0, 327686, 41, 0, 393218, 42, 0, 393219, 43, 0, 393220, 43, 0, 393221, 43, 0, 393222, 44, 0 ) |
||||
|
||||
[node name="YSort" type="YSort" parent="."] |
||||
|
||||
[node name="Player" parent="YSort" instance=ExtResource( 1 )] |
||||
position = Vector2( 437, 314 ) |
||||
|
||||
[node name="Player" parent="." instance=ExtResource( 1 )] |
||||
position = Vector2( 493, 347 ) |
||||
[node name="Furniture" type="TileMap" parent="YSort"] |
||||
position = Vector2( -1, 0 ) |
||||
tile_set = ExtResource( 14 ) |
||||
cell_size = Vector2( 30, 30 ) |
||||
cell_y_sort = true |
||||
format = 1 |
||||
tile_data = PoolIntArray( 131088, 45, 0, 458761, 47, 0, 524300, 48, 0, 524305, 35, 0, 524307, 35, 0, 524309, 35, 0, 524311, 35, 0, 524313, 35, 0, 589840, 32, 0, 655369, 46, 0, 720914, 34, 0, 720916, 34, 0, 720918, 34, 0, 720920, 34, 0, 720922, 34, 0 ) |
||||
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/carpet-patterned.png-c4ea28d5d420cd3862957766151db53e.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://Tiles/Furniture/carpet-patterned.png" |
||||
dest_files=[ "res://.import/carpet-patterned.png-c4ea28d5d420cd3862957766151db53e.stex" ] |
||||
|
||||
[params] |
||||
|
||||
compress/mode=0 |
||||
compress/lossy_quality=0.7 |
||||
compress/hdr_mode=0 |
||||
compress/bptc_ldr=0 |
||||
compress/normal_map=0 |
||||
flags/repeat=0 |
||||
flags/filter=true |
||||
flags/mipmaps=false |
||||
flags/anisotropic=false |
||||
flags/srgb=2 |
||||
process/fix_alpha_border=true |
||||
process/premult_alpha=false |
||||
process/HDR_as_SRGB=false |
||||
process/invert_color=false |
||||
process/normal_map_invert_y=false |
||||
stream=false |
||||
size_limit=0 |
||||
detect_3d=true |
||||
svg/scale=1.0 |
After Width: | Height: | Size: 675 B |
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/carpet.png-dd8f7ac1d07ad2a554bc55101e4e9d2e.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://Tiles/Furniture/carpet.png" |
||||
dest_files=[ "res://.import/carpet.png-dd8f7ac1d07ad2a554bc55101e4e9d2e.stex" ] |
||||
|
||||
[params] |
||||
|
||||
compress/mode=0 |
||||
compress/lossy_quality=0.7 |
||||
compress/hdr_mode=0 |
||||
compress/bptc_ldr=0 |
||||
compress/normal_map=0 |
||||
flags/repeat=0 |
||||
flags/filter=true |
||||
flags/mipmaps=false |
||||
flags/anisotropic=false |
||||
flags/srgb=2 |
||||
process/fix_alpha_border=true |
||||
process/premult_alpha=false |
||||
process/HDR_as_SRGB=false |
||||
process/invert_color=false |
||||
process/normal_map_invert_y=false |
||||
stream=false |
||||
size_limit=0 |
||||
detect_3d=true |
||||
svg/scale=1.0 |
After Width: | Height: | Size: 735 B |
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/chair-back.png-b074a439fe1fad0f02b45d225d880ed9.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://Tiles/Furniture/chair-back.png" |
||||
dest_files=[ "res://.import/chair-back.png-b074a439fe1fad0f02b45d225d880ed9.stex" ] |
||||
|
||||
[params] |
||||
|
||||
compress/mode=0 |
||||
compress/lossy_quality=0.7 |
||||
compress/hdr_mode=0 |
||||
compress/bptc_ldr=0 |
||||
compress/normal_map=0 |
||||
flags/repeat=0 |
||||
flags/filter=true |
||||
flags/mipmaps=false |
||||
flags/anisotropic=false |
||||
flags/srgb=2 |
||||
process/fix_alpha_border=true |
||||
process/premult_alpha=false |
||||
process/HDR_as_SRGB=false |
||||
process/invert_color=false |
||||
process/normal_map_invert_y=false |
||||
stream=false |
||||
size_limit=0 |
||||
detect_3d=true |
||||
svg/scale=1.0 |
After Width: | Height: | Size: 760 B |
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/chair-front.png-af29f0309acb177069cbab17470a2cae.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://Tiles/Furniture/chair-front.png" |
||||
dest_files=[ "res://.import/chair-front.png-af29f0309acb177069cbab17470a2cae.stex" ] |
||||
|
||||
[params] |
||||
|
||||
compress/mode=0 |
||||
compress/lossy_quality=0.7 |
||||
compress/hdr_mode=0 |
||||
compress/bptc_ldr=0 |
||||
compress/normal_map=0 |
||||
flags/repeat=0 |
||||
flags/filter=true |
||||
flags/mipmaps=false |
||||
flags/anisotropic=false |
||||
flags/srgb=2 |
||||
process/fix_alpha_border=true |
||||
process/premult_alpha=false |
||||
process/HDR_as_SRGB=false |
||||
process/invert_color=false |
||||
process/normal_map_invert_y=false |
||||
stream=false |
||||
size_limit=0 |
||||
detect_3d=true |
||||
svg/scale=1.0 |
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/dining-table.png-c4fc7913fd226aae26ec515efab3eab9.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://Tiles/Furniture/dining-table.png" |
||||
dest_files=[ "res://.import/dining-table.png-c4fc7913fd226aae26ec515efab3eab9.stex" ] |
||||
|
||||
[params] |
||||
|
||||
compress/mode=0 |
||||
compress/lossy_quality=0.7 |
||||
compress/hdr_mode=0 |
||||
compress/bptc_ldr=0 |
||||
compress/normal_map=0 |
||||
flags/repeat=0 |
||||
flags/filter=true |
||||
flags/mipmaps=false |
||||
flags/anisotropic=false |
||||
flags/srgb=2 |
||||
process/fix_alpha_border=true |
||||
process/premult_alpha=false |
||||
process/HDR_as_SRGB=false |
||||
process/invert_color=false |
||||
process/normal_map_invert_y=false |
||||
stream=false |
||||
size_limit=0 |
||||
detect_3d=true |
||||
svg/scale=1.0 |
After Width: | Height: | Size: 185 B |
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/kettle.png-ef869f09ff4d83ccdf0f8cab6cf4799c.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://Tiles/Furniture/kettle.png" |
||||
dest_files=[ "res://.import/kettle.png-ef869f09ff4d83ccdf0f8cab6cf4799c.stex" ] |
||||
|
||||
[params] |
||||
|
||||
compress/mode=0 |
||||
compress/lossy_quality=0.7 |
||||
compress/hdr_mode=0 |
||||
compress/bptc_ldr=0 |
||||
compress/normal_map=0 |
||||
flags/repeat=0 |
||||
flags/filter=true |
||||
flags/mipmaps=false |
||||
flags/anisotropic=false |
||||
flags/srgb=2 |
||||
process/fix_alpha_border=true |
||||
process/premult_alpha=false |
||||
process/HDR_as_SRGB=false |
||||
process/invert_color=false |
||||
process/normal_map_invert_y=false |
||||
stream=false |
||||
size_limit=0 |
||||
detect_3d=true |
||||
svg/scale=1.0 |
After Width: | Height: | Size: 2.1 KiB |
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/kitchen-bottom.png-17aa0d7e8dfd8c1edc3add21dd5fbdcf.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://Tiles/Furniture/kitchen-bottom.png" |
||||
dest_files=[ "res://.import/kitchen-bottom.png-17aa0d7e8dfd8c1edc3add21dd5fbdcf.stex" ] |
||||
|
||||
[params] |
||||
|
||||
compress/mode=0 |
||||
compress/lossy_quality=0.7 |
||||
compress/hdr_mode=0 |
||||
compress/bptc_ldr=0 |
||||
compress/normal_map=0 |
||||
flags/repeat=0 |
||||
flags/filter=true |
||||
flags/mipmaps=false |
||||
flags/anisotropic=false |
||||
flags/srgb=2 |
||||
process/fix_alpha_border=true |
||||
process/premult_alpha=false |
||||
process/HDR_as_SRGB=false |
||||
process/invert_color=false |
||||
process/normal_map_invert_y=false |
||||
stream=false |
||||
size_limit=0 |
||||
detect_3d=true |
||||
svg/scale=1.0 |
After Width: | Height: | Size: 1009 B |
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/sofa-chair-back.png-830194ffc1e54a778bcd233700386416.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://Tiles/Furniture/sofa-chair-back.png" |
||||
dest_files=[ "res://.import/sofa-chair-back.png-830194ffc1e54a778bcd233700386416.stex" ] |
||||
|
||||
[params] |
||||
|
||||
compress/mode=0 |
||||
compress/lossy_quality=0.7 |
||||
compress/hdr_mode=0 |
||||
compress/bptc_ldr=0 |
||||
compress/normal_map=0 |
||||
flags/repeat=0 |
||||
flags/filter=true |
||||
flags/mipmaps=false |
||||
flags/anisotropic=false |
||||
flags/srgb=2 |
||||
process/fix_alpha_border=true |
||||
process/premult_alpha=false |
||||
process/HDR_as_SRGB=false |
||||
process/invert_color=false |
||||
process/normal_map_invert_y=false |
||||
stream=false |
||||
size_limit=0 |
||||
detect_3d=true |
||||
svg/scale=1.0 |
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/sofa-chair-front.png-fbcd73f313a52f21ab81a06198ef1f53.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://Tiles/Furniture/sofa-chair-front.png" |
||||
dest_files=[ "res://.import/sofa-chair-front.png-fbcd73f313a52f21ab81a06198ef1f53.stex" ] |
||||
|
||||
[params] |
||||
|
||||
compress/mode=0 |
||||
compress/lossy_quality=0.7 |
||||
compress/hdr_mode=0 |
||||
compress/bptc_ldr=0 |
||||
compress/normal_map=0 |
||||
flags/repeat=0 |
||||
flags/filter=true |
||||
flags/mipmaps=false |
||||
flags/anisotropic=false |
||||
flags/srgb=2 |
||||
process/fix_alpha_border=true |
||||
process/premult_alpha=false |
||||
process/HDR_as_SRGB=false |
||||
process/invert_color=false |
||||
process/normal_map_invert_y=false |
||||
stream=false |
||||
size_limit=0 |
||||
detect_3d=true |
||||
svg/scale=1.0 |
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 888 B |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 6.1 KiB |
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/backroom-glow.png-57a2e640e141237eecd6d2c83911660f.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://Tiles/backroom-glow.png" |
||||
dest_files=[ "res://.import/backroom-glow.png-57a2e640e141237eecd6d2c83911660f.stex" ] |
||||
|
||||
[params] |
||||
|
||||
compress/mode=0 |
||||
compress/lossy_quality=0.7 |
||||
compress/hdr_mode=0 |
||||
compress/bptc_ldr=0 |
||||
compress/normal_map=0 |
||||
flags/repeat=0 |
||||
flags/filter=true |
||||
flags/mipmaps=false |
||||
flags/anisotropic=false |
||||
flags/srgb=2 |
||||
process/fix_alpha_border=true |
||||
process/premult_alpha=false |
||||
process/HDR_as_SRGB=false |
||||
process/invert_color=false |
||||
process/normal_map_invert_y=false |
||||
stream=false |
||||
size_limit=0 |
||||
detect_3d=true |
||||
svg/scale=1.0 |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 2.0 KiB |
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/living-room-purple.png-d2e7bbeaf8ca1f9ce8dc15b4b8517a1c.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://Tiles/living-room-purple.png" |
||||
dest_files=[ "res://.import/living-room-purple.png-d2e7bbeaf8ca1f9ce8dc15b4b8517a1c.stex" ] |
||||
|
||||
[params] |
||||
|
||||
compress/mode=0 |
||||
compress/lossy_quality=0.7 |
||||
compress/hdr_mode=0 |
||||
compress/bptc_ldr=0 |
||||
compress/normal_map=0 |
||||
flags/repeat=0 |
||||
flags/filter=true |
||||
flags/mipmaps=false |
||||
flags/anisotropic=false |
||||
flags/srgb=2 |
||||
process/fix_alpha_border=true |
||||
process/premult_alpha=false |
||||
process/HDR_as_SRGB=false |
||||
process/invert_color=false |
||||
process/normal_map_invert_y=false |
||||
stream=false |
||||
size_limit=0 |
||||
detect_3d=true |
||||
svg/scale=1.0 |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/tree.png-8269745ec965fadee078eee47c19e573.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://Tiles/tree.png" |
||||
dest_files=[ "res://.import/tree.png-8269745ec965fadee078eee47c19e573.stex" ] |
||||
|
||||
[params] |
||||
|
||||
compress/mode=0 |
||||
compress/lossy_quality=0.7 |
||||
compress/hdr_mode=0 |
||||
compress/bptc_ldr=0 |
||||
compress/normal_map=0 |
||||
flags/repeat=0 |
||||
flags/filter=true |
||||
flags/mipmaps=false |
||||
flags/anisotropic=false |
||||
flags/srgb=2 |
||||
process/fix_alpha_border=true |
||||
process/premult_alpha=false |
||||
process/HDR_as_SRGB=false |
||||
process/invert_color=false |
||||
process/normal_map_invert_y=false |
||||
stream=false |
||||
size_limit=0 |
||||
detect_3d=true |
||||
svg/scale=1.0 |
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
[gd_scene format=2] |
||||
|
||||
[node name="UI" type="Control"] |
||||
margin_right = 40.0 |
||||
margin_bottom = 40.0 |
||||
__meta__ = { |
||||
"_edit_use_anchors_": false |
||||
} |
@ -0,0 +1,24 @@
@@ -0,0 +1,24 @@
|
||||
[preset.0] |
||||
|
||||
name="Linux/X11" |
||||
platform="Linux/X11" |
||||
runnable=true |
||||
custom_features="" |
||||
export_filter="all_resources" |
||||
include_filter="" |
||||
exclude_filter="" |
||||
export_path="./game.x86_64" |
||||
script_export_mode=1 |
||||
script_encryption_key="" |
||||
|
||||
[preset.0.options] |
||||
|
||||
custom_template/debug="" |
||||
custom_template/release="" |
||||
binary_format/64_bits=true |
||||
binary_format/embed_pck=false |
||||
texture_format/bptc=false |
||||
texture_format/s3tc=true |
||||
texture_format/etc=false |
||||
texture_format/etc2=false |
||||
texture_format/no_bptc_fallbacks=true |
@ -0,0 +1,187 @@
@@ -0,0 +1,187 @@
|
||||
[gd_resource type="TileSet" load_steps=9 format=2] |
||||
|
||||
[ext_resource path="res://Tiles/backroom.png" type="Texture" id=1] |
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=1] |
||||
points = PoolVector2Array( 0, 0, 60, 0, 60, 180, 0, 180 ) |
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=2] |
||||
points = PoolVector2Array( 120, 180, 0, 180, 0, 0, 120, 0 ) |
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=3] |
||||
points = PoolVector2Array( 120, 180, 0, 180, 0, 0, 120, 0 ) |
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=4] |
||||
points = PoolVector2Array( 60, 180, 0, 180, 0, 0, 60, 0 ) |
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=5] |
||||
points = PoolVector2Array( 60, 180, 0, 180, 0, 0, 60, 0 ) |
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=6] |
||||
points = PoolVector2Array( 60, 180, 0, 180, 0, 0, 60, 0 ) |
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=7] |
||||
points = PoolVector2Array( 60, 180, 0, 180, 0, 0, 60, 0 ) |
||||
|
||||
[resource] |
||||
0/name = "backroom.png 0" |
||||
0/texture = ExtResource( 1 ) |
||||
0/tex_offset = Vector2( 0, 0 ) |
||||
0/modulate = Color( 1, 1, 1, 1 ) |
||||
0/region = Rect2( 0, 0, 60, 300 ) |
||||
0/tile_mode = 0 |
||||
0/occluder_offset = Vector2( 0, 0 ) |
||||
0/navigation_offset = Vector2( 0, 0 ) |
||||
0/shape_offset = Vector2( 0, 0 ) |
||||
0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
0/shape = SubResource( 1 ) |
||||
0/shape_one_way = false |
||||
0/shape_one_way_margin = 1.0 |
||||
0/shapes = [ { |
||||
"autotile_coord": Vector2( 0, 0 ), |
||||
"one_way": false, |
||||
"one_way_margin": 1.0, |
||||
"shape": SubResource( 1 ), |
||||
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
} ] |
||||
0/z_index = 0 |
||||
1/name = "backroom.png 1" |
||||
1/texture = ExtResource( 1 ) |
||||
1/tex_offset = Vector2( 0, 0 ) |
||||
1/modulate = Color( 1, 1, 1, 1 ) |
||||
1/region = Rect2( 60, 0, 120, 300 ) |
||||
1/tile_mode = 0 |
||||
1/occluder_offset = Vector2( 0, 0 ) |
||||
1/navigation_offset = Vector2( 0, 0 ) |
||||
1/shape_offset = Vector2( 0, 0 ) |
||||
1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
1/shape = SubResource( 2 ) |
||||
1/shape_one_way = false |
||||
1/shape_one_way_margin = 1.0 |
||||
1/shapes = [ { |
||||
"autotile_coord": Vector2( 0, 0 ), |
||||
"one_way": false, |
||||
"one_way_margin": 1.0, |
||||
"shape": SubResource( 2 ), |
||||
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
} ] |
||||
1/z_index = 0 |
||||
2/name = "backroom.png 2" |
||||
2/texture = ExtResource( 1 ) |
||||
2/tex_offset = Vector2( 0, 0 ) |
||||
2/modulate = Color( 1, 1, 1, 1 ) |
||||
2/region = Rect2( 180, 0, 120, 300 ) |
||||
2/tile_mode = 0 |
||||
2/occluder_offset = Vector2( 0, 0 ) |
||||
2/navigation_offset = Vector2( 0, 0 ) |
||||
2/shape_offset = Vector2( 0, 0 ) |
||||
2/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
2/shape = SubResource( 3 ) |
||||
2/shape_one_way = false |
||||
2/shape_one_way_margin = 1.0 |
||||
2/shapes = [ { |
||||
"autotile_coord": Vector2( 0, 0 ), |
||||
"one_way": false, |
||||
"one_way_margin": 1.0, |
||||
"shape": SubResource( 3 ), |
||||
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
} ] |
||||
2/z_index = 0 |
||||
3/name = "backroom.png 3" |
||||
3/texture = ExtResource( 1 ) |
||||
3/tex_offset = Vector2( 0, 0 ) |
||||
3/modulate = Color( 1, 1, 1, 1 ) |
||||
3/region = Rect2( 300, 0, 60, 180 ) |
||||
3/tile_mode = 0 |
||||
3/occluder_offset = Vector2( 0, 0 ) |
||||
3/navigation_offset = Vector2( 0, 0 ) |
||||
3/shape_offset = Vector2( 0, 0 ) |
||||
3/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
3/shape = SubResource( 4 ) |
||||
3/shape_one_way = false |
||||
3/shape_one_way_margin = 1.0 |
||||
3/shapes = [ { |
||||
"autotile_coord": Vector2( 0, 0 ), |
||||
"one_way": false, |
||||
"one_way_margin": 1.0, |
||||
"shape": SubResource( 4 ), |
||||
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
} ] |
||||
3/z_index = 0 |
||||
4/name = "backroom.png 4" |
||||
4/texture = ExtResource( 1 ) |
||||
4/tex_offset = Vector2( 0, 0 ) |
||||
4/modulate = Color( 1, 1, 1, 1 ) |
||||
4/region = Rect2( 360, 0, 60, 180 ) |
||||
4/tile_mode = 0 |
||||
4/occluder_offset = Vector2( 0, 0 ) |
||||
4/navigation_offset = Vector2( 0, 0 ) |
||||
4/shape_offset = Vector2( 0, 0 ) |
||||
4/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
4/shape = SubResource( 5 ) |
||||
4/shape_one_way = false |
||||
4/shape_one_way_margin = 1.0 |
||||
4/shapes = [ { |
||||
"autotile_coord": Vector2( 0, 0 ), |
||||
"one_way": false, |
||||
"one_way_margin": 1.0, |
||||
"shape": SubResource( 5 ), |
||||
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
} ] |
||||
4/z_index = 0 |
||||
5/name = "backroom.png 5" |
||||
5/texture = ExtResource( 1 ) |
||||
5/tex_offset = Vector2( 0, 0 ) |
||||
5/modulate = Color( 1, 1, 1, 1 ) |
||||
5/region = Rect2( 420, 0, 60, 180 ) |
||||
5/tile_mode = 0 |
||||
5/occluder_offset = Vector2( 0, 0 ) |
||||
5/navigation_offset = Vector2( 0, 0 ) |
||||
5/shape_offset = Vector2( 0, 0 ) |
||||
5/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
5/shape = SubResource( 6 ) |
||||
5/shape_one_way = false |
||||
5/shape_one_way_margin = 1.0 |
||||
5/shapes = [ { |
||||
"autotile_coord": Vector2( 0, 0 ), |
||||
"one_way": false, |
||||
"one_way_margin": 1.0, |
||||
"shape": SubResource( 6 ), |
||||
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
} ] |
||||
5/z_index = 0 |
||||
6/name = "backroom.png 6" |
||||
6/texture = ExtResource( 1 ) |
||||
6/tex_offset = Vector2( 0, 0 ) |
||||
6/modulate = Color( 1, 1, 1, 1 ) |
||||
6/region = Rect2( 480, 0, 60, 300 ) |
||||
6/tile_mode = 0 |
||||
6/occluder_offset = Vector2( 0, 0 ) |
||||
6/navigation_offset = Vector2( 0, 0 ) |
||||
6/shape_offset = Vector2( 0, 0 ) |
||||
6/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
6/shape = SubResource( 7 ) |
||||
6/shape_one_way = false |
||||
6/shape_one_way_margin = 1.0 |
||||
6/shapes = [ { |
||||
"autotile_coord": Vector2( 0, 0 ), |
||||
"one_way": false, |
||||
"one_way_margin": 1.0, |
||||
"shape": SubResource( 7 ), |
||||
"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
} ] |
||||
6/z_index = 0 |
||||
7/name = "backroom.png 7" |
||||
7/texture = ExtResource( 1 ) |
||||
7/tex_offset = Vector2( 0, 0 ) |
||||
7/modulate = Color( 1, 1, 1, 1 ) |
||||
7/region = Rect2( 180, 180, 60, 120 ) |
||||
7/tile_mode = 0 |
||||
7/occluder_offset = Vector2( 0, 0 ) |
||||
7/navigation_offset = Vector2( 0, 0 ) |
||||
7/shape_offset = Vector2( 0, 0 ) |
||||
7/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) |
||||
7/shape_one_way = false |
||||
7/shape_one_way_margin = 0.0 |
||||
7/shapes = [ ] |
||||
7/z_index = 0 |
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
[gd_scene load_steps=2 format=2] |
||||
|
||||
[ext_resource path="res://limbo.tres" type="TileSet" id=1] |
||||
|
||||
[node name="Node2D" type="Node2D"] |
||||
|
||||
[node name="TileMap" type="TileMap" parent="."] |
||||
tile_set = ExtResource( 1 ) |
||||
cell_size = Vector2( 60, 60 ) |
||||
format = 1 |
||||
tile_data = PoolIntArray( 0, 5, 0, 1, 1, 0, 3, 2, 0, 5, 3, 0, 6, 4, 0, 7, 4, 0, 8, 5, 0, 9, 1, 0, 11, 2, 0, 13, 3, 0, 14, 4, 0, 15, 5, 0, 196608, 7, 0, 196613, 7, 0, 196614, 7, 0, 196615, 7, 0, 196616, 7, 0, 196621, 7, 0, 196622, 7, 0, 196623, 7, 0 ) |