mirror of
https://github.com/HarmonyHoney/ROTA.git
synced 2026-07-17 16:46:17 +00:00
arcade cabinet! (=
This commit is contained in:
parent
3b1e5be138
commit
277db960cd
4 changed files with 64 additions and 9 deletions
BIN
media/image/details/arcade_cabinet.png
Normal file
BIN
media/image/details/arcade_cabinet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
35
media/image/details/arcade_cabinet.png.import
Normal file
35
media/image/details/arcade_cabinet.png.import
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/arcade_cabinet.png-d4d2d5348ca70e1813734c835b502dd7.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://media/image/details/arcade_cabinet.png"
|
||||
dest_files=[ "res://.import/arcade_cabinet.png-d4d2d5348ca70e1813734c835b502dd7.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
|
||||
19
src/arcade/ArcadeCab.tscn
Normal file
19
src/arcade/ArcadeCab.tscn
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://src/actor/door/DoorBase.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://media/image/details/arcade_cabinet.png" type="Texture" id=2]
|
||||
|
||||
[node name="ArcadeCab" instance=ExtResource( 1 )]
|
||||
scene_path = "res://src/arcade/Arcade.tscn"
|
||||
|
||||
[node name="Arrow" parent="." index="0"]
|
||||
col_size = Vector2( 100, 75 )
|
||||
col_pos = Vector2( 0, -25 )
|
||||
image_pos = Vector2( 0, -160 )
|
||||
|
||||
[node name="Image" type="Node2D" parent="." index="1"]
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Image" index="0"]
|
||||
position = Vector2( 4, -30 )
|
||||
scale = Vector2( 0.25, 0.25 )
|
||||
texture = ExtResource( 2 )
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=17 format=2]
|
||||
[gd_scene load_steps=18 format=2]
|
||||
|
||||
[ext_resource path="res://src/actor/door/DoorBig.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://src/stage/SolidTileMap.tscn" type="PackedScene" id=2]
|
||||
|
|
@ -16,6 +16,7 @@
|
|||
[ext_resource path="res://src/detail/Candle.tscn" type="PackedScene" id=14]
|
||||
[ext_resource path="res://src/detail/Lamppost.tscn" type="PackedScene" id=15]
|
||||
[ext_resource path="res://src/actor/Player.tscn" type="PackedScene" id=16]
|
||||
[ext_resource path="res://src/arcade/ArcadeCab.tscn" type="PackedScene" id=17]
|
||||
|
||||
[node name="Map" type="Node2D"]
|
||||
|
||||
|
|
@ -64,12 +65,6 @@ rotation = 1.5708
|
|||
dir = 1
|
||||
scene_path = "res://src/map/worlds/1/5.tscn"
|
||||
|
||||
[node name="Door8" parent="Actors" instance=ExtResource( 7 )]
|
||||
position = Vector2( 2250, 1300 )
|
||||
rotation = 1.5708
|
||||
dir = 1
|
||||
scene_path = "res://src/arcade/Arcade.tscn"
|
||||
|
||||
[node name="Door6" parent="Actors" instance=ExtResource( 7 )]
|
||||
position = Vector2( 850, 850 )
|
||||
rotation = 3.14159
|
||||
|
|
@ -82,6 +77,12 @@ rotation = 1.5708
|
|||
dir = 1
|
||||
scene_path = "res://src/map/worlds/1/7.tscn"
|
||||
|
||||
[node name="ArcadeCab" parent="Actors" instance=ExtResource( 17 )]
|
||||
position = Vector2( 2025, 1450 )
|
||||
rotation = 3.14159
|
||||
scale = Vector2( -1, 1 )
|
||||
dir = 2
|
||||
|
||||
[node name="NPC" parent="Actors" instance=ExtResource( 16 )]
|
||||
position = Vector2( 350, 350 )
|
||||
__meta__ = {
|
||||
|
|
@ -325,8 +326,8 @@ position = Vector2( 700, 150 )
|
|||
scale = Vector2( -1, 1 )
|
||||
|
||||
[node name="Bench2" parent="Details" instance=ExtResource( 6 )]
|
||||
position = Vector2( 2050, 1450 )
|
||||
rotation = 3.14159
|
||||
position = Vector2( 2250, 1300 )
|
||||
rotation = 1.57079
|
||||
scale = Vector2( -1, 1 )
|
||||
|
||||
[node name="Bench3" parent="Details" instance=ExtResource( 6 )]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue