Joseph Surin
3 years ago
12 changed files with 22 additions and 76 deletions
@ -1,8 +1,8 @@
@@ -1,8 +1,8 @@
|
||||
[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] |
||||
[ext_resource path="res://Scenes/Player.tscn" type="PackedScene" id=1] |
||||
[ext_resource path="res://Scenes/UI.tscn" type="PackedScene" id=2] |
||||
[ext_resource path="res://Scenes/lodge.tres" type="TileSet" id=14] |
||||
|
||||
[node name="LivingRoom" type="Node2D"] |
||||
position = Vector2( 60, 0 ) |
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=4 format=2] |
||||
|
||||
[ext_resource path="res://Tiles/backroom.png" type="Texture" id=1] |
||||
[ext_resource path="res://Player.tscn" type="PackedScene" id=2] |
||||
[ext_resource path="res://Scenes/Player.tscn" type="PackedScene" id=2] |
||||
|
||||
[sub_resource type="TileSet" id=1] |
||||
0/name = "backroom.png 0" |
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=2] |
||||
|
||||
[ext_resource path="res://limbo.tres" type="TileSet" id=1] |
||||
[ext_resource path="res://Scenes/limbo.tres" type="TileSet" id=1] |
||||
|
||||
[node name="Node2D" type="Node2D"] |
||||
|
Before Width: | Height: | Size: 1.0 KiB |
@ -1,35 +0,0 @@
@@ -1,35 +0,0 @@
|
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="StreamTexture" |
||||
path="res://.import/front.png-43294f7d19ca1e0c5e3086461b9d7234.stex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://richal/front.png" |
||||
dest_files=[ "res://.import/front.png-43294f7d19ca1e0c5e3086461b9d7234.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 |
Loading…
Reference in new issue