🎨 PIKE NA KONCU IMENA - Prave pozicije pike!
✅ VSE MAPE Z PIKAMI NA KONCU: 📂 /assets/ ├── MASTER_REFS 🟣 (6 PNG) ├── animations 🟢 (134 PNG) ├── audio 🔴 (0 PNG) ├── demo 🔴 (0 PNG) │ ├── biomi 🔴 (0 PNG) │ ├── characters 🔴 (0 PNG) │ ├── items 🔴 (0 PNG) │ ├── npc 🔴 (0 PNG) │ └── vfx 🔴 (0 PNG) ├── dialogue 🔴 (0 PNG) ├── kreature 🟢 (71 PNG) ├── maps 🟣 (1 PNG) ├── slike 🟢 (420 PNG!) ├── vfx 🟣 (3 PNG) └── videos 🔴 (0 PNG) 📂 /tiled/ ├── maps 🟣 (1 file) ├── tilesets 🟣 (1 file) ├── tutorials 🟣 (1 file) └── TODO 🟣 (2 files) 🎯 FORMAT: "folder_name 🔴" (ne "🔴 folder_name") Pike na koncu imena! ✅ 📊 STATUS LOGIC: • 🔴 = 0 files (PRAZNO) • 🟣 = 1-9 files (V DELU) • 🟢 = 10+ files (DOKONČANO) 👁️ VISIBLE IN FINDER: → Instant visual feedback! → Na koncu imena (lepše!) → Easy sorting! 📁 All folders renamed! 🚀 Status indicators working!
This commit is contained in:
47
assets/maps 🟣/base_tilesets/README.md
Normal file
47
assets/maps 🟣/base_tilesets/README.md
Normal file
@@ -0,0 +1,47 @@
|
||||
# Base Tilesets za Tiled
|
||||
|
||||
Osnovni tileset-i za začetek dela v Tiled Map Editor.
|
||||
|
||||
## Tileset Datoteke
|
||||
|
||||
### 1. ground_base.tsx
|
||||
Osnovna tla za mapo:
|
||||
- Grass (trava)
|
||||
- Dirt (zemlja)
|
||||
- Soil (obdelana zemlja)
|
||||
|
||||
### 2. terrain_transitions.tsx
|
||||
Prehodi med različnimi tereni za bolj naravne mape.
|
||||
|
||||
### 3. objects_common.tsx
|
||||
Pogosti objekti:
|
||||
- Rocks (kamni)
|
||||
- Small trees (majhna drevesa)
|
||||
- Flowers (rože)
|
||||
|
||||
### 4. structures_ruins.tsx
|
||||
Zgradbe in ruševine:
|
||||
- Ruined houses (porušene hiše)
|
||||
- Walls (zidovi)
|
||||
- Fences (ograje)
|
||||
|
||||
### 5. props_farm.tsx
|
||||
Kmetijski objekti:
|
||||
- Farm equipment (kmetijska oprema)
|
||||
- Storage (skladišča)
|
||||
- Crops (pridelki)
|
||||
|
||||
## Uporaba v Tiled
|
||||
|
||||
1. Odpri Tiled
|
||||
2. Ustvari novo mapo ali odpri `_template_base.tmx`
|
||||
3. Tileset-i so že povezani
|
||||
4. Začni z risanjem!
|
||||
|
||||
## Template Mapa
|
||||
|
||||
`_template_base.tmx` vsebuje:
|
||||
- Pravilno nastavljene layer-je
|
||||
- Vse osnovne tileset-e
|
||||
- Tile Size: 32x32 px
|
||||
- Map Size: 32x32 tiles
|
||||
4
assets/maps 🟣/base_tilesets/ground_base.tsx
Normal file
4
assets/maps 🟣/base_tilesets/ground_base.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
<? xml version = "1.0" encoding = "UTF-8" ?>
|
||||
<tileset version="1.10" tiledversion="1.11.1" name="ground_base" tilewidth="32" tileheight="32" tilecount="50" columns="10">
|
||||
<image source="../../../Slike_za_Tiled/03_terrain/ground/krvava_zetev_sprites_grass_soil_tileset_1766171156780.png" width="320" height="160" />
|
||||
</tileset>
|
||||
19
assets/maps 🟣/base_tilesets/objects_common.tsx
Normal file
19
assets/maps 🟣/base_tilesets/objects_common.tsx
Normal file
@@ -0,0 +1,19 @@
|
||||
<? xml version = "1.0" encoding = "UTF-8" ?>
|
||||
<tileset version="1.10" tiledversion="1.11.1" name="objects_common" tilewidth="64" tileheight="64" tilecount="20" columns="0">
|
||||
<grid orientation="orthogonal" width="1" height="1" />
|
||||
<tile id="0">
|
||||
<image width="42" height="42" source="../../../Slike_za_Tiled/08_misc/rock_1.png" />
|
||||
</tile>
|
||||
<tile id="1">
|
||||
<image width="29" height="29" source="../../../Slike_za_Tiled/08_misc/rock_2.png" />
|
||||
</tile>
|
||||
<tile id="2">
|
||||
<image width="42" height="42" source="../../../Slike_za_Tiled/08_misc/rock_asset.png" />
|
||||
</tile>
|
||||
<tile id="3">
|
||||
<image width="64" height="64" source="../../../Slike_za_Tiled/06_vegetation/trees/tree_blue.png" />
|
||||
</tile>
|
||||
<tile id="4">
|
||||
<image width="31" height="18" source="../../../Slike_za_Tiled/08_misc/flowers.png" />
|
||||
</tile>
|
||||
</tileset>
|
||||
Reference in New Issue
Block a user