diff options
author | Sofviic <sofviic1993@gmail.com> | 2024-07-08 00:56:38 +0300 |
---|---|---|
committer | Sofviic <sofviic1993@gmail.com> | 2024-07-08 00:56:38 +0300 |
commit | 365df8740e6168b892181f4066993e3c41907555 (patch) | |
tree | 23c0948e43b4ef1d6fbe99ab9c2d92a2eb174516 | |
parent | 1f4e22ae0193b25e65f5beea111d25c98877d647 (diff) | |
download | hurrycurry-365df8740e6168b892181f4066993e3c41907555.tar hurrycurry-365df8740e6168b892181f4066993e3c41907555.tar.bz2 hurrycurry-365df8740e6168b892181f4066993e3c41907555.tar.zst |
station map; added missing windows
-rw-r--r-- | client/game.tscn | 2 | ||||
-rw-r--r-- | data/maps/station.yaml | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/client/game.tscn b/client/game.tscn index 618ab195..5c695811 100644 --- a/client/game.tscn +++ b/client/game.tscn @@ -8,7 +8,7 @@ [ext_resource type="Script" path="res://multiplayer.gd" id="6_fbxu8"] [ext_resource type="PackedScene" uid="uid://b4gone8fu53r7" path="res://map/map.tscn" id="6_prg6t"] [ext_resource type="PackedScene" uid="uid://bpikve6wlsjfl" path="res://menu/overlay.tscn" id="7_7xrr6"] -[ext_resource type="PackedScene" uid="uid://b21nrnkygiyjt" path="res://menu/server_message.tscn" id="9_l5d71"] +[ext_resource type="PackedScene" path="res://menu/server_message.tscn" id="9_l5d71"] [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_py7px"] ground_bottom_color = Color(0.0826605, 0.065772, 0.0461518, 1) diff --git a/data/maps/station.yaml b/data/maps/station.yaml index 70d76157..706e99d7 100644 --- a/data/maps/station.yaml +++ b/data/maps/station.yaml @@ -1,16 +1,16 @@ map: - "''''''''''''''''''''''''" - - "''''███████████████'''''" + - "''''██▒▒███▒▒██▒▒██'''''" - "_~__d.ct.w.ss█#ff#█'''''" - - "_!__d.ct.w...d...o█X_'''" - - "''X'█.ct.█████.p.o█X_'''" - - "''''█.ct.....w.p.o█X_'''" + - "_!__d.ct.w...d...o▒X_'''" + - "''X'█.ct.█████.p.o▒X_'''" + - "''''▒.ct.....w.p.o█X_'''" - "''''█.ct.....w.p..d__'''" - - "''''█.ct.....w.p.S██d██'" + - "''''▒.ct.....w.p.S██d██'" - "''''█.ct.....█.p.S█L.T█'" - - "''''█.ct.....d...S█R.F█'" + - "''''▒.ct.....d...S█R.F█'" - "''''█........█#CC#█ppp█'" - - "''''███████████████████'" + - "''''██▒▒▒▒▒▒███▒▒██████'" - "''''''''''''''''''''''''" - "________________________" - "________________________" |