Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
2D Art

Can tiled actually edit a tile?

Anonymous
Tuesday, June 19, 2012 - 19:38

Can tiled actually edit a tile, as the name seems to suggest?

Or is it just a program to put pre-existing tiles into a grid?

-- hendrik

  • Log in or register to post comments
bart
joined 13 years 11 months ago
Tuesday, June 19, 2012 - 19:58
bart's picture

Tiled is meant to be a tile map editor, not an editor of actual tiles.  Use a drawing program for that. :)

  • Log in or register to post comments
geekd
joined 13 years 3 weeks ago
Tuesday, June 19, 2012 - 21:29

Can I just add that Tiled is AWESOME!  The export to json feature is the best.  I write HTML5 games, and, after Emacs, it is the single most useful tool I have.

  • Log in or register to post comments
HendrikBoom3
joined 13 years 2 days ago
Monday, June 25, 2012 - 10:06

Do you know of any introductory material on HTML5 for games? (I prefer my tutorials to be text rather than to video, by the way, though I'll entertain both)

 

-- hendrik

  • Log in or register to post comments
geekd
joined 13 years 3 weeks ago
Monday, June 25, 2012 - 11:04

I used the JawsJS game library to make my game.  There are several examples provided, so I just pulled a few examples apart and went from there.

http://jawsjs.com/

There are a lot of other javascript game engines and libraries, all with various states of documentation and tutorials.

Here's a list: https://github.com/bebraw/jswiki/wiki/Game-Engines

I tired Crafty, but I couldn't wrap my head around it.  I like JawsJS a lot, and I even contributed some changes to it.

  • Log in or register to post comments