Gather Wiki
No edit summary
Tag: Visual edit
No edit summary
Tag: Visual edit
Line 1: Line 1:
== Creating "Open in New Tab" Objects ==
+
== Tilesets - Free (Requires Attribution) ==
Sometimes you want to have an object in Gather that opens an external website. Or maybe you encountered a page that cannot be embed. Here, using a quick trick to attaching a link in the embed object works well.
 
   
  +
* https://candacis.wordpress.com/category/resources/tiles/
To do this, you could use something like https://codesandbox.io/ and create a small static website for the redirect. You will get a link, and set your Gather object to have that as its embed url.
 
   
  +
== Tilesets - Other ==
Here is an example of a lunch object:<syntaxhighlight lang="html">
 
<!DOCTYPE html>
 
<html lang="en">
 
<head>
 
<script type="text/javascript" src="https://codesandbox.io/public/sse-hooks/sse-hooks.f648b14c15c640a14a557113a991cb8d.js"></script>
 
<script type="text/javascript" src="https://codesandbox.io/static/js/banner.be879265d.js"></script>
 
   
  +
* https://pixanna.nl/products/
<meta charset="UTF-8" />
 
  +
* https://itch.io/c/1140339/gathertown
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
 
<title>Static Template</title>
 
</head>
 
<body>
 
<h1>
 
Click to order lunch! (opens in a new tab)
 
</h1>
 
<script crossorigin type="text/javascript" src="https://codesandbox.io/static/js/watermark-button.be960f43b.js"></script>
 
</body>
 
<script>
 
window.onclick = () => {
 
window.open("https://doordash.com");
 
};
 
</script>
 
</html>
 
</syntaxhighlight>
 
   
== Adding Custom Objects ==
 
Want to add a custom image into your space?
 
 
Use PhotoPea -https://www.photopea.com/ and resize the object to a multiple of 32 pixels. 32 pixels is the size of one tile in Gather.
 
[[File:Unnamed.png|center|frameless]]
 
Here is an example. A photo of a penguin I want framed. I pop it into Photopea. I add brown edges. And resize to 32 pixels. Here is the result:
 
[[File:Unnamed (2) (1).png|center|frameless]]
 
<br />
 
 
== Tiled - Background Editing ==
 
== Tiled - Background Editing ==
Basically [https://www.mapeditor.org/ Tiled] is a mapmaking program used by lots of game studios. It's the best program to use for Gather right now, and what Gather's art team uses. <ref>I am on the art team at Gather</ref> Additionally, Gather's [https://github.com/gathertown/mapmaking open Map/Art git repository] has Tiled tilesheets that are maintained by Gather's art team.
+
[https://www.mapeditor.org/ Tiled] is a mapmaking program used by lots of game studios. It's the best program to use for Gather right now. Additionally, Gather's [https://github.com/gathertown/mapmaking open Map/Art git repository] has Tiled tile-sheets that are maintained by Gather's art team.
   
Join the [https://discord.com/invite/39wbTv7 Tiled Discord] for help on using it!
+
Join the [https://discord.com/invite/39wbTv7 Tiled Discord] for help on using the program!
   
 
==Map Templates==
 
==Map Templates==
Line 47: Line 17:
 
* [https://cafe.naver.com/gathertown?iframe_url_utf8=%2FArticleRead.nhn%253Fclubid%3D30500916%2526menuid%3D13%2526boardtype%3DI%2526page%3D1%2526specialmenutype%3D%2526articleid%3D14%2526referrerAllArticles%3Dfalse Gather NAVER] - Map Templates by the Korean Community
 
* [https://cafe.naver.com/gathertown?iframe_url_utf8=%2FArticleRead.nhn%253Fclubid%3D30500916%2526menuid%3D13%2526boardtype%3DI%2526page%3D1%2526specialmenutype%3D%2526articleid%3D14%2526referrerAllArticles%3Dfalse Gather NAVER] - Map Templates by the Korean Community
 
* [https://github.com/gathertown/mapmaking/tree/master/maps Gather Github] - Huge amount of Map Templates (also some hidden ones) on the official Gather Github!
 
* [https://github.com/gathertown/mapmaking/tree/master/maps Gather Github] - Huge amount of Map Templates (also some hidden ones) on the official Gather Github!
  +
*[https://coda.io/@gathertown/gather-community-map-share Gather Community Map Database] - Add your map here and share it with the community!

Revision as of 10:14, 6 September 2021

Tilesets - Free (Requires Attribution)

Tilesets - Other

Tiled - Background Editing

Tiled is a mapmaking program used by lots of game studios. It's the best program to use for Gather right now. Additionally, Gather's open Map/Art git repository has Tiled tile-sheets that are maintained by Gather's art team.

Join the Tiled Discord for help on using the program!

Map Templates