Browse Source

add thonkpad

feat/laptop
Joseph Surin 3 years ago
parent
commit
f71b553419
  1. 8
      Story/Ch1S2.tscn
  2. BIN
      Tiles/Furniture/thonkpad.png
  3. 35
      Tiles/Furniture/thonkpad.png.import

8
Story/Ch1S2.tscn

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
[gd_scene load_steps=29 format=2]
[gd_scene load_steps=30 format=2]
[ext_resource path="res://Resources/lodge.tres" type="TileSet" id=1]
[ext_resource path="res://Sprites/sak/Sak.tscn" type="PackedScene" id=2]
@ -26,6 +26,7 @@ @@ -26,6 +26,7 @@
[ext_resource path="res://Resources/bathrooms.tres" type="TileSet" id=24]
[ext_resource path="res://Sprites/josha/Josh.tscn" type="PackedScene" id=25]
[ext_resource path="res://Sprites/joe/Joe.tscn" type="PackedScene" id=26]
[ext_resource path="res://Tiles/Furniture/thonkpad.png" type="Texture" id=27]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
@ -263,6 +264,11 @@ script = ExtResource( 22 ) @@ -263,6 +264,11 @@ script = ExtResource( 22 )
position = Vector2( -375, 1020 )
scale = Vector2( 1.00493, 0.995532 )
[node name="Thonkpad" type="Sprite" parent="FG/Rooms/BedBot"]
position = Vector2( -447, 1019 )
scale = Vector2( 1.00493, 0.995532 )
texture = ExtResource( 27 )
[node name="Furniture" type="TileMap" parent="FG/Rooms/BedBot"]
tile_set = ExtResource( 1 )
cell_size = Vector2( 30, 30 )

BIN
Tiles/Furniture/thonkpad.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B

35
Tiles/Furniture/thonkpad.png.import

@ -0,0 +1,35 @@ @@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/thonkpad.png-2d6e56ceecc2d882e32af2d7adc1184d.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Tiles/Furniture/thonkpad.png"
dest_files=[ "res://.import/thonkpad.png-2d6e56ceecc2d882e32af2d7adc1184d.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…
Cancel
Save