first commmit
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "72d3da2f-25d1-42f7-8a0b-616276210d71",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"isBundle": true,
|
||||
"bundleConfigID": "default",
|
||||
"bundleName": "resources",
|
||||
"priority": 8
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,169 @@
|
||||
# 第一章美术 / 音频资源清单(Chapter 1 Asset Manifest)
|
||||
|
||||
> 本清单对应 [task-item.md](../../../.codebuddy/plan/kage_legend_mvp/task-item.md) 中的 **10.1 集成像素美术与音频资源**。
|
||||
> 真正的 PNG / WAV / MP3 二进制文件需由美术、音效组按下表规格制作并放入对应目录。
|
||||
|
||||
> **当前状态**:所有条目均已用 1×1 纯色 PNG / 0.1s 静音 WAV / 空 MP3 帧**占位**,可通过 `node scripts/gen_placeholder_assets.js` 随时重新生成。占位资产仅保证工程可打开可联调,**不具有任何视觉/听觉效果**,必须由美术/音效替换为正式素材才能发布。
|
||||
|
||||
---
|
||||
|
||||
## 1. 主角 · 3 形态(参考 `images/影.png`)
|
||||
|
||||
| 资源路径 | 形态 | 尺寸 | 帧数 | 备注 |
|
||||
|---|---|---|---|---|
|
||||
| `textures/characters/kage_red.png` | 红衣(基础) | 16×32 | idle 2 / run 4 / jump 2 / attack 3 | 初始形态,一击即死 |
|
||||
| `textures/characters/kage_green.png` | 绿衣(+1 水晶玉) | 16×32 | idle 2 / run 4 / jump 2 / attack 3 | 配色采用青叶主题 |
|
||||
| `textures/characters/kage_yellow.png` | 黄衣(+2 水晶玉) | 16×32 | idle 2 / run 4 / jump 2 / attack 3 | 移速提升 |
|
||||
|
||||
每张 PNG 单独调色板 ≤ 16 色,三形态共用轮廓(便于换色表)。
|
||||
|
||||
## 2. 敌人 · 4 种 + 1 BOSS(参考 `images/敌人.png`)
|
||||
|
||||
| 资源路径 | 敌人 | 尺寸 | 帧数 | 备注 |
|
||||
|---|---|---|---|---|
|
||||
| `textures/enemies/qing_ren.png` | 青忍 | 16×16 | idle 1 / run 2 / throw 2 / swing 2 | 双色主题 |
|
||||
| `textures/enemies/chi_ren.png` | 赤忍 | 16×16 | idle 1 / run 2 / throw 2 / jump 2 | 红色忍装 |
|
||||
| `textures/enemies/hei_ren.png` | 黑忍 | 20×24 | idle 2 / run 2 / swing 2 | 掉落魔笛 |
|
||||
| `textures/enemies/yao_fang.png` | 妖坊 | 18×20 | idle 1 / cast 3 | 不动,远程火球 |
|
||||
| `textures/bosses/shuang_huan_fang.png` | 双幻坊 | 32×32(单体)/ 96×32(双身) | idle 2 / clone 4 / fireball 3 | 蝴蝶伴生对象单独贴图 |
|
||||
| `textures/bosses/butterfly.png` | BOSS 蝴蝶 | 16×16 | fly 4 | 命中后变色 2 帧 |
|
||||
|
||||
## 3. 场景 · 森林 / 城墙 / 魔城(参考 `images/场景.png`)
|
||||
|
||||
每个主题 4 层视差,速度比 1:2:4:4,独立调色板 ≤ 48 色(含角色共用 16 色)。
|
||||
|
||||
| 主题 | 层 | 资源路径 |
|
||||
|---|---|---|
|
||||
| **森林** | 远景 / 中景 / 近景 / 特效 | `textures/scenes/forest/{far,mid,near,fx}.png` |
|
||||
| **城墙** | 远景 / 中景 / 近景 / 特效 | `textures/scenes/castle_wall/{far,mid,near,fx}.png` |
|
||||
| **魔城** | 远景 / 中景 / 近景 / 特效 | `textures/scenes/demon_castle/{far,mid,near,fx}.png` |
|
||||
|
||||
MVP 仅启用青叶配色;红叶 / 雪原调色板预留接口但不纳入 MVP。
|
||||
|
||||
## 4. 剧情背景插画(req 19.2)
|
||||
|
||||
| 资源路径 | 内容 | 尺寸 |
|
||||
|---|---|---|
|
||||
| `textures/story/ch1_page1_ninja.png` | 主角忍者身份 | 480×270 |
|
||||
| `textures/story/ch1_page2_princess.png` | 公主被青忍掳走 | 480×270 |
|
||||
| `textures/story/ch1_page3_depart.png` | 主角启程 | 480×270 |
|
||||
|
||||
## 5. 音效 WAV(每段 ≤ 0.5 秒)
|
||||
|
||||
| 资源路径 | 触发 | 需求 |
|
||||
|---|---|---|
|
||||
| `audio/sfx/attack.wav` | 任意攻击 | req 16.1 |
|
||||
| `audio/sfx/jump.wav` | 跳跃 | req 16.1 |
|
||||
| `audio/sfx/hurt.wav` | 受伤 / 死亡 | req 16.1 |
|
||||
| `audio/sfx/pickup.wav` | 拾取道具 | req 16.1 |
|
||||
| `audio/sfx/parry.wav` | 成功格挡 | req 16.1 |
|
||||
|
||||
## 6. 背景音乐 MP3
|
||||
|
||||
| 资源路径 | 用途 | 需求 |
|
||||
|---|---|---|
|
||||
| `audio/bgm/bgm_forest.mp3` | 森林 / 洞穴 | req 16.2 |
|
||||
| `audio/bgm/bgm_castle.mp3` | 城墙 / 密道 | req 16.2 |
|
||||
| `audio/bgm/bgm_final.mp3` | 魔城/天守阁 | req 16.2 |
|
||||
| `audio/bgm/bgm_boss.mp3` | BOSS 战 | req 16.3 |
|
||||
| `audio/bgm/bgm_story.mp3` | 背景介绍过场 | req 19.7 |
|
||||
|
||||
## 7. 粒子 / 特效
|
||||
|
||||
| 特效 | 实现 |
|
||||
|---|---|
|
||||
| 落叶(青叶配色) | Cocos Creator ParticleSystem2D,`textures/fx/leaf_particle.png` |
|
||||
| 飘雪(预留) | 同上 — MVP 不启用 |
|
||||
| 跳跃尘 | Cocos Animation 序列帧,`textures/fx/jump_dust.png` |
|
||||
| 格挡火花 | 同上,`textures/fx/parry_spark.png` |
|
||||
|
||||
---
|
||||
|
||||
## 体积预算对照(req 16.5, 18.7)
|
||||
|
||||
| 项目 | 预算 | 当前占用 | 备注 |
|
||||
|---|---|---|---|
|
||||
| **首包** | ≤ 4 MB | TBD | 主角 + 敌人 + UI + 代码 |
|
||||
| **音频总包** | ≤ 500 KB | TBD | 5 WAV + 5 MP3 |
|
||||
| **内存峰值** | ≤ 200 MB | TBD | 见 10.2 埋点 |
|
||||
|
||||
> 填写"当前占用"由 CI 通过 `perf_report.json` 自动写入(见 10.2 PerfMonitor)。
|
||||
|
||||
---
|
||||
|
||||
## 8. 资源交付跟踪表(Delivery Tracker)
|
||||
|
||||
> 状态图例:⬜ 待制作 🟨 占位中(1×1 纯色 / 静音) 🟩 已交付正式版
|
||||
> 占位由 `scripts/gen_placeholder_assets.js` 生成,每次跑会刷新所有 🟨 条目。
|
||||
|
||||
### 8.1 主角 · 3 形态
|
||||
|
||||
| 资源 | 状态 | 负责人 | 计划交付 | 备注 |
|
||||
|---|---|---|---|---|
|
||||
| `textures/characters/kage_red.png` | 🟨 | TBD-美术 | TBD | 16×32 · 11 帧 |
|
||||
| `textures/characters/kage_green.png` | 🟨 | TBD-美术 | TBD | 16×32 · 11 帧 |
|
||||
| `textures/characters/kage_yellow.png` | 🟨 | TBD-美术 | TBD | 16×32 · 11 帧 |
|
||||
|
||||
### 8.2 敌人 + BOSS
|
||||
|
||||
| 资源 | 状态 | 负责人 | 计划交付 | 备注 |
|
||||
|---|---|---|---|---|
|
||||
| `textures/enemies/qing_ren.png` | 🟨 | TBD-美术 | TBD | 16×16 · 7 帧 |
|
||||
| `textures/enemies/chi_ren.png` | 🟨 | TBD-美术 | TBD | 16×16 · 7 帧 |
|
||||
| `textures/enemies/hei_ren.png` | 🟨 | TBD-美术 | TBD | 20×24 · 6 帧 |
|
||||
| `textures/enemies/yao_fang.png` | 🟨 | TBD-美术 | TBD | 18×20 · 4 帧 |
|
||||
| `textures/bosses/shuang_huan_fang.png` | 🟨 | TBD-美术 | TBD | 32×32 本体 + 96×32 双身 |
|
||||
| `textures/bosses/butterfly.png` | 🟨 | TBD-美术 | TBD | 16×16 · 4 帧 |
|
||||
|
||||
### 8.3 场景视差(3 主题 × 4 层 = 12 张)
|
||||
|
||||
| 主题 | far | mid | near | fx | 负责人 | 计划交付 |
|
||||
|---|---|---|---|---|---|---|
|
||||
| 森林 `textures/scenes/forest/*` | 🟨 | 🟨 | 🟨 | 🟨 | TBD-美术 | TBD |
|
||||
| 城墙 `textures/scenes/castle_wall/*` | 🟨 | 🟨 | 🟨 | 🟨 | TBD-美术 | TBD |
|
||||
| 魔城 `textures/scenes/demon_castle/*` | 🟨 | 🟨 | 🟨 | 🟨 | TBD-美术 | TBD |
|
||||
|
||||
### 8.4 剧情背景插画(req 19.2)
|
||||
|
||||
| 资源 | 状态 | 负责人 | 计划交付 | 备注 |
|
||||
|---|---|---|---|---|
|
||||
| `textures/story/ch1_page1_ninja.png` | 🟨 | TBD-美术 | TBD | 480×270 |
|
||||
| `textures/story/ch1_page2_princess.png` | 🟨 | TBD-美术 | TBD | 480×270 |
|
||||
| `textures/story/ch1_page3_depart.png` | 🟨 | TBD-美术 | TBD | 480×270 |
|
||||
|
||||
### 8.5 粒子特效贴图
|
||||
|
||||
| 资源 | 状态 | 负责人 | 计划交付 | 备注 |
|
||||
|---|---|---|---|---|
|
||||
| `textures/fx/leaf_particle.png` | 🟨 | TBD-美术 | TBD | 透明底落叶 |
|
||||
| `textures/fx/jump_dust.png` | 🟨 | TBD-美术 | TBD | 透明底尘土 |
|
||||
| `textures/fx/parry_spark.png` | 🟨 | TBD-美术 | TBD | 透明底火花 |
|
||||
|
||||
### 8.6 音效 WAV(每段 ≤ 0.5 s,req 16.1)
|
||||
|
||||
| 资源 | 状态 | 负责人 | 计划交付 | 备注 |
|
||||
|---|---|---|---|---|
|
||||
| `audio/sfx/attack.wav` | 🟨 | TBD-音效 | TBD | 攻击 |
|
||||
| `audio/sfx/jump.wav` | 🟨 | TBD-音效 | TBD | 跳跃 |
|
||||
| `audio/sfx/hurt.wav` | 🟨 | TBD-音效 | TBD | 受伤/死亡 |
|
||||
| `audio/sfx/pickup.wav` | 🟨 | TBD-音效 | TBD | 拾取 |
|
||||
| `audio/sfx/parry.wav` | 🟨 | TBD-音效 | TBD | 格挡 |
|
||||
|
||||
### 8.7 背景音乐 MP3(req 16.2 / 16.3 / 19.7)
|
||||
|
||||
| 资源 | 状态 | 负责人 | 计划交付 | 备注 |
|
||||
|---|---|---|---|---|
|
||||
| `audio/bgm/bgm_forest.mp3` | 🟨 | TBD-音效 | TBD | 森林 / 洞穴 |
|
||||
| `audio/bgm/bgm_castle.mp3` | 🟨 | TBD-音效 | TBD | 城墙 / 密道 |
|
||||
| `audio/bgm/bgm_final.mp3` | 🟨 | TBD-音效 | TBD | 魔城 / 天守阁 |
|
||||
| `audio/bgm/bgm_boss.mp3` | 🟨 | TBD-音效 | TBD | BOSS 战 |
|
||||
| `audio/bgm/bgm_story.mp3` | 🟨 | TBD-音效 | TBD | 背景介绍过场 |
|
||||
|
||||
### 8.8 交付流程
|
||||
|
||||
1. 美术 / 音效收到任务后把正式素材放到上表对应路径,**覆盖同名占位文件**。
|
||||
2. 在本 md 中把对应行的 🟨 改为 🟩,填写负责人与交付日期。
|
||||
3. 提交 PR,CI 会对比文件大小与 `ASSETS.md` 预算表 (§ "体积预算对照")。
|
||||
4. 所有条目变 🟩 且体积预算达标后,可以撤掉占位脚本的调用。
|
||||
|
||||
> **重要**:禁止手动修改 `scripts/gen_placeholder_assets.js` 的输出策略,除非变更点已同步到本 md 的 "当前状态" 段。任何新增资源条目必须**同时**:在上述 § 1~§ 7 规格表中加一行、在 § 8 跟踪表加一行、在脚本 `SPEC` 数组加一条。
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.1",
|
||||
"importer": "text",
|
||||
"imported": true,
|
||||
"uuid": "b5113d5a-3e2b-4283-a00e-101bdd639f60",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
# `assets/resources`
|
||||
|
||||
Runtime-loadable resource bundle. Cocos Creator treats everything under
|
||||
`resources/` as eligible for `resources.load()`/`loadBundle()` APIs.
|
||||
|
||||
```
|
||||
resources/
|
||||
├── prefabs/ # reusable prefabs (player, enemies, bullets, particles)
|
||||
├── textures/ # atlas textures, sprite sheets (forest/castle/mocastle)
|
||||
├── audio/ # bgm (mp3) and sfx (wav) — total ≤ 500KB (req 16.5)
|
||||
└── configs/ # JSON config tables (enemies, levels, items, story)
|
||||
```
|
||||
|
||||
First-package footprint must stay ≤ 4MB (req 18.7). Non-chapter-1 resources
|
||||
are expected to sit under `assets/resources/chapter2/`, `chapter3/` etc. as
|
||||
**remote sub-packages** once those chapters are implemented (out of MVP).
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.1",
|
||||
"importer": "text",
|
||||
"imported": true,
|
||||
"uuid": "d300856f-d174-4c63-b0e7-04ca37e8b365",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "927f10ea-97b1-40d0-999c-ca7f05e72dc9",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
placeholder
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "9afaa92a-33b8-45de-acc1-573fdf6295c4",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "audio-clip",
|
||||
"imported": true,
|
||||
"uuid": "c5ce754c-9dfd-4978-8c84-a659d7288cbc",
|
||||
"files": [
|
||||
".json",
|
||||
".mp3"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"downloadMode": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "audio-clip",
|
||||
"imported": true,
|
||||
"uuid": "4da25ac3-8195-429c-8ef8-40eea51f3016",
|
||||
"files": [
|
||||
".json",
|
||||
".mp3"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"downloadMode": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "audio-clip",
|
||||
"imported": true,
|
||||
"uuid": "73db69f8-a83b-40ff-bf70-98e6be93796d",
|
||||
"files": [
|
||||
".json",
|
||||
".mp3"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"downloadMode": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "audio-clip",
|
||||
"imported": true,
|
||||
"uuid": "ff9696d6-d510-4eae-8e54-f9ea5da08b37",
|
||||
"files": [
|
||||
".json",
|
||||
".mp3"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"downloadMode": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "audio-clip",
|
||||
"imported": true,
|
||||
"uuid": "8090cbeb-a517-4ac8-859b-eda3d2c64776",
|
||||
"files": [
|
||||
".json",
|
||||
".mp3"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"downloadMode": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "920dc5ab-ac41-4189-99e0-fbb006c9760e",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "audio-clip",
|
||||
"imported": true,
|
||||
"uuid": "7ed4c3db-90b6-4d64-b275-ad9b46aededa",
|
||||
"files": [
|
||||
".json",
|
||||
".wav"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"downloadMode": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "audio-clip",
|
||||
"imported": true,
|
||||
"uuid": "077b06f9-7ab5-4371-b14e-3158ca37db8a",
|
||||
"files": [
|
||||
".json",
|
||||
".wav"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"downloadMode": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "audio-clip",
|
||||
"imported": true,
|
||||
"uuid": "9910821c-f6ec-4e20-9823-0fa88c21df72",
|
||||
"files": [
|
||||
".json",
|
||||
".wav"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"downloadMode": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "audio-clip",
|
||||
"imported": true,
|
||||
"uuid": "52e8e0bb-29ad-4976-b07d-dcad6a65b737",
|
||||
"files": [
|
||||
".json",
|
||||
".wav"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"downloadMode": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "audio-clip",
|
||||
"imported": true,
|
||||
"uuid": "d2fd68ff-1b8d-4e3a-9147-c52b35625d75",
|
||||
"files": [
|
||||
".json",
|
||||
".wav"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"downloadMode": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "87e31424-a7a9-48da-82c5-8c6e44abaeaf",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
placeholder
|
||||
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"id": "shuang_huan_fang",
|
||||
"displayName": "双幻坊",
|
||||
"hp": 3,
|
||||
"butterflyReveal": true,
|
||||
"princessCutsceneAtHpRatio": 0.5,
|
||||
"phases": [
|
||||
{ "hpThreshold": 1.0, "mode": "pair_pincer", "actionIntervalSec": 2.2 },
|
||||
{ "hpThreshold": 0.66, "mode": "fireball_spread", "actionIntervalSec": 1.8 },
|
||||
{ "hpThreshold": 0.33, "mode": "clone_confuse", "actionIntervalSec": 1.4 }
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "2.0.1",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "8e13e1cc-c9ca-440e-8fa2-3d52b15e1688",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
[
|
||||
{
|
||||
"id": "qing_ren",
|
||||
"displayName": "青忍",
|
||||
"size": { "w": 16, "h": 16 },
|
||||
"moveSpeed": 60,
|
||||
"attackIntervalSec": 2.0,
|
||||
"attacks": ["shuriken", "sword"],
|
||||
"hp": 1,
|
||||
"drops": []
|
||||
},
|
||||
{
|
||||
"id": "chi_ren",
|
||||
"displayName": "赤忍",
|
||||
"size": { "w": 16, "h": 16 },
|
||||
"moveSpeed": 120,
|
||||
"attackIntervalSec": 1.5,
|
||||
"attacks": ["smoke_bomb"],
|
||||
"hp": 1,
|
||||
"drops": [
|
||||
{ "item": "dian_wan", "afterKills": 3, "probability": 0.25 },
|
||||
{ "item": "shu_wan", "afterKills": 3, "probability": 0.25 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "hei_ren",
|
||||
"displayName": "黑忍",
|
||||
"size": { "w": 20, "h": 24 },
|
||||
"moveSpeed": 80,
|
||||
"attackIntervalSec": 2.5,
|
||||
"attacks": ["sword", "shuriken"],
|
||||
"hp": 2,
|
||||
"drops": [
|
||||
{ "item": "mo_di", "probability": 1.0 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "yao_fang",
|
||||
"displayName": "妖坊",
|
||||
"size": { "w": 18, "h": 20 },
|
||||
"moveSpeed": 0,
|
||||
"attackIntervalSec": 3.0,
|
||||
"attacks": ["fireball"],
|
||||
"hp": 1,
|
||||
"killObjective": 3,
|
||||
"drops": []
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "2.0.1",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "ffaf0523-84a3-4c88-97a3-fb14b41c07cc",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
[
|
||||
{
|
||||
"id": "crystal_jade",
|
||||
"displayName": "水晶玉",
|
||||
"icon": "items/crystal_jade",
|
||||
"lifetimeSec": 16
|
||||
},
|
||||
{
|
||||
"id": "dian_wan",
|
||||
"displayName": "点丸",
|
||||
"icon": "items/dian_wan",
|
||||
"durationSec": 30,
|
||||
"magnitude": 0.5,
|
||||
"lifetimeSec": 20
|
||||
},
|
||||
{
|
||||
"id": "shu_wan",
|
||||
"displayName": "术丸",
|
||||
"icon": "items/shu_wan",
|
||||
"durationSec": 20,
|
||||
"magnitude": 0.3,
|
||||
"lifetimeSec": 20
|
||||
},
|
||||
{
|
||||
"id": "mo_di",
|
||||
"displayName": "魔笛",
|
||||
"icon": "items/mo_di",
|
||||
"lifetimeSec": 60
|
||||
},
|
||||
{
|
||||
"id": "zeng_wan",
|
||||
"displayName": "增丸",
|
||||
"icon": "items/zeng_wan",
|
||||
"lifetimeSec": 30
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "2.0.1",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "c58ff9ce-2645-44ff-8df9-4f9bfc68b585",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
[
|
||||
{
|
||||
"id": "1-1",
|
||||
"chapter": 1,
|
||||
"displayName": "初始森林",
|
||||
"sceneTheme": "forest",
|
||||
"scrollDirection": "horizontal",
|
||||
"timeLimitSec": 75,
|
||||
"objective": { "kind": "kill_count", "enemy": "yao_fang", "count": 3 },
|
||||
"levelLengthPx": 3840,
|
||||
"bgm": "bgm_forest",
|
||||
"enemySpawns": [
|
||||
{ "type": "yao_fang", "atPx": 900 },
|
||||
{ "type": "qing_ren", "atPx": 1400, "count": 2 },
|
||||
{ "type": "yao_fang", "atPx": 2100 },
|
||||
{ "type": "chi_ren", "atPx": 2600, "count": 2 },
|
||||
{ "type": "yao_fang", "atPx": 3200 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "1-2",
|
||||
"chapter": 1,
|
||||
"displayName": "森林深处",
|
||||
"sceneTheme": "forest",
|
||||
"scrollDirection": "horizontal",
|
||||
"timeLimitSec": 85,
|
||||
"objective": { "kind": "kill_count", "enemy": "yao_fang", "count": 1 },
|
||||
"levelLengthPx": 4200,
|
||||
"bgm": "bgm_forest",
|
||||
"enemySpawns": [
|
||||
{ "type": "qing_ren", "atPx": 800, "count": 2 },
|
||||
{ "type": "chi_ren", "atPx": 1600, "count": 3 },
|
||||
{ "type": "qing_ren", "atPx": 2400, "count": 2 },
|
||||
{ "type": "yao_fang", "atPx": 3600 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "1-3",
|
||||
"chapter": 1,
|
||||
"displayName": "洞穴水路",
|
||||
"sceneTheme": "cave",
|
||||
"scrollDirection": "horizontal_bi",
|
||||
"timeLimitSec": 100,
|
||||
"objective": { "kind": "kill_count", "enemy": "qing_ren", "count": 10 },
|
||||
"levelLengthPx": 4800,
|
||||
"bgm": "bgm_forest",
|
||||
"enemySpawns": [
|
||||
{ "type": "qing_ren", "atPx": 600, "count": 2 },
|
||||
{ "type": "qing_ren", "atPx": 1400, "count": 3 },
|
||||
{ "type": "chi_ren", "atPx": 2200, "count": 1 },
|
||||
{ "type": "qing_ren", "atPx": 3000, "count": 3 },
|
||||
{ "type": "qing_ren", "atPx": 4000, "count": 2 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "1-4",
|
||||
"chapter": 1,
|
||||
"displayName": "城壁",
|
||||
"sceneTheme": "castle_wall",
|
||||
"scrollDirection": "vertical",
|
||||
"timeLimitSec": 95,
|
||||
"objective": { "kind": "reach_top" },
|
||||
"levelLengthPx": 3240,
|
||||
"bgm": "bgm_castle",
|
||||
"enemySpawns": [
|
||||
{ "type": "hei_ren", "atPx": 800 },
|
||||
{ "type": "qing_ren", "atPx": 1400, "count": 2 },
|
||||
{ "type": "hei_ren", "atPx": 2000 },
|
||||
{ "type": "chi_ren", "atPx": 2600, "count": 2 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "1-5",
|
||||
"chapter": 1,
|
||||
"displayName": "魔城天守阁",
|
||||
"sceneTheme": "demon_castle",
|
||||
"scrollDirection": "horizontal",
|
||||
"timeLimitSec": 120,
|
||||
"objective": { "kind": "defeat_boss", "bossId": "shuang_huan_fang" },
|
||||
"levelLengthPx": 1920,
|
||||
"bgm": "bgm_boss",
|
||||
"enemySpawns": []
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "2.0.1",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "0e151ff6-b2d3-4841-abd6-8286943549d9",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
[
|
||||
{
|
||||
"id": "chapter_1_intro",
|
||||
"bgm": "bgm_story",
|
||||
"maxDurationSec": 30,
|
||||
"pages": [
|
||||
{
|
||||
"index": 1,
|
||||
"illustration": "story/ch1_page1_ninja",
|
||||
"text": "在月影摇曳的古国,有一位代代相传的忍者——影。他身着赤红忍装,精通手里剑与忍者刀,守护着这片宁静的土地。"
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"illustration": "story/ch1_page2_princess",
|
||||
"text": "然而在一个暴雨之夜,青忍的黑影撕开了宫殿的夜幕,公主被青忍的爪牙掳走,消失在魔城方向的天际。"
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"illustration": "story/ch1_page3_depart",
|
||||
"text": "为了将公主从邪恶的双幻坊手中救出,影踏上了穿越森林、洞穴、城壁、直入魔城天守阁的征程。"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "2.0.1",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "3f7c2a22-337f-4729-ab7e-7e0655527ef3",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"id": "shuriken",
|
||||
"displayName": "手里剑",
|
||||
"baseIntervalSec": 0.3,
|
||||
"upgradedIntervalSec": 0.25,
|
||||
"damage": 1,
|
||||
"canParry": false,
|
||||
"burstMax": 3
|
||||
},
|
||||
{
|
||||
"id": "ninja_sword",
|
||||
"displayName": "忍者刀",
|
||||
"baseIntervalSec": 0.5,
|
||||
"damage": 2,
|
||||
"canParry": true
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "2.0.1",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "765a1200-970d-4b01-bbb2-dde9fa04929d",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "4bb74ef5-e22c-4697-ab1f-2e553875fe91",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
placeholder
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "4ea0d7e3-e3cf-4adc-80ac-eb105b6bb80c",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
placeholder
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "3b4b7c86-7063-47e1-884d-6fb9d29b0c3c",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "b8c5db2b-1d4f-4ade-9f4d-2c0da1d21f9e",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "b8c5db2b-1d4f-4ade-9f4d-2c0da1d21f9e@6c48a",
|
||||
"displayName": "butterfly",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "b8c5db2b-1d4f-4ade-9f4d-2c0da1d21f9e",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "b8c5db2b-1d4f-4ade-9f4d-2c0da1d21f9e@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "30ebfe50-e7e5-4c59-9d41-a23906d2406c",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "30ebfe50-e7e5-4c59-9d41-a23906d2406c@6c48a",
|
||||
"displayName": "shuang_huan_fang",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "30ebfe50-e7e5-4c59-9d41-a23906d2406c",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "30ebfe50-e7e5-4c59-9d41-a23906d2406c@6c48a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "0faecf46-eead-43f9-bc67-b33687d6a372",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.0 MiB |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "de17d584-ed54-49ec-a1a5-de351ecb6e4d",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "de17d584-ed54-49ec-a1a5-de351ecb6e4d@6c48a",
|
||||
"displayName": "kage_green",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "de17d584-ed54-49ec-a1a5-de351ecb6e4d",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "de17d584-ed54-49ec-a1a5-de351ecb6e4d@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.7 MiB |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "1ea27d49-1512-48e8-b3d4-3636a93c07a3",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "1ea27d49-1512-48e8-b3d4-3636a93c07a3@6c48a",
|
||||
"displayName": "kage_red",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "1ea27d49-1512-48e8-b3d4-3636a93c07a3",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "1ea27d49-1512-48e8-b3d4-3636a93c07a3@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.0 MiB |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "cc33a404-518b-4d7a-9699-765d88256b1f",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "cc33a404-518b-4d7a-9699-765d88256b1f@6c48a",
|
||||
"displayName": "kage_yellow",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "cc33a404-518b-4d7a-9699-765d88256b1f",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "cc33a404-518b-4d7a-9699-765d88256b1f@6c48a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "afa56727-5ae0-4568-806f-1496179a4da3",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "36016f50-9022-4662-9b78-b9b29ba64510",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "36016f50-9022-4662-9b78-b9b29ba64510@6c48a",
|
||||
"displayName": "chi_ren",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "36016f50-9022-4662-9b78-b9b29ba64510",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "36016f50-9022-4662-9b78-b9b29ba64510@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "acfb19f8-ac1b-445f-8f81-fac6aa4071c8",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "acfb19f8-ac1b-445f-8f81-fac6aa4071c8@6c48a",
|
||||
"displayName": "hei_ren",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "acfb19f8-ac1b-445f-8f81-fac6aa4071c8",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "acfb19f8-ac1b-445f-8f81-fac6aa4071c8@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.0 MiB |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "c5261dd4-ea58-49eb-88ff-7c864104b499",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "c5261dd4-ea58-49eb-88ff-7c864104b499@6c48a",
|
||||
"displayName": "qing_ren",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "c5261dd4-ea58-49eb-88ff-7c864104b499",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "c5261dd4-ea58-49eb-88ff-7c864104b499@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "1c138e9b-5973-4b83-b632-dd13e00f5429",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "1c138e9b-5973-4b83-b632-dd13e00f5429@6c48a",
|
||||
"displayName": "yao_fang",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "1c138e9b-5973-4b83-b632-dd13e00f5429",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "1c138e9b-5973-4b83-b632-dd13e00f5429@6c48a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "4c5e61ae-47f7-4189-94b3-d1cef76d32e5",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "9ca79ef0-d218-4ec6-9d27-0af065e6bcfd",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "9ca79ef0-d218-4ec6-9d27-0af065e6bcfd@6c48a",
|
||||
"displayName": "jump_dust",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "9ca79ef0-d218-4ec6-9d27-0af065e6bcfd",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "9ca79ef0-d218-4ec6-9d27-0af065e6bcfd@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "6ff7aee5-e8fd-4a7a-89bc-95598bfbcbac",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "6ff7aee5-e8fd-4a7a-89bc-95598bfbcbac@6c48a",
|
||||
"displayName": "leaf_particle",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "6ff7aee5-e8fd-4a7a-89bc-95598bfbcbac",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "6ff7aee5-e8fd-4a7a-89bc-95598bfbcbac@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "adfcaead-eec0-4a25-b69c-571a34154af1",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "adfcaead-eec0-4a25-b69c-571a34154af1@6c48a",
|
||||
"displayName": "parry_spark",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "adfcaead-eec0-4a25-b69c-571a34154af1",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "adfcaead-eec0-4a25-b69c-571a34154af1@6c48a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "e91af575-ddd2-4f03-8ed0-4a647413c04c",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "1a871e24-00e0-4ff0-a2ab-22aff7fa9a97",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "58461a49-befa-4fa6-9a0c-3a4a2780a05e",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "58461a49-befa-4fa6-9a0c-3a4a2780a05e@6c48a",
|
||||
"displayName": "far",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "58461a49-befa-4fa6-9a0c-3a4a2780a05e",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "58461a49-befa-4fa6-9a0c-3a4a2780a05e@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "422d5dc6-7148-44f5-889c-f75a00567421",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "422d5dc6-7148-44f5-889c-f75a00567421@6c48a",
|
||||
"displayName": "fx",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "422d5dc6-7148-44f5-889c-f75a00567421",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "422d5dc6-7148-44f5-889c-f75a00567421@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "6db47cc3-72a3-4a9b-b100-48148f1cc934",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "6db47cc3-72a3-4a9b-b100-48148f1cc934@6c48a",
|
||||
"displayName": "mid",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "6db47cc3-72a3-4a9b-b100-48148f1cc934",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "6db47cc3-72a3-4a9b-b100-48148f1cc934@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "be8f61cb-4af2-466e-bc79-18e27d2a70f6",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "be8f61cb-4af2-466e-bc79-18e27d2a70f6@6c48a",
|
||||
"displayName": "near",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "be8f61cb-4af2-466e-bc79-18e27d2a70f6",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "be8f61cb-4af2-466e-bc79-18e27d2a70f6@6c48a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "9aecc425-0b81-49d0-ab61-921d59f01adb",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "23a1bcbc-d250-4d63-9a28-738127c71789",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "23a1bcbc-d250-4d63-9a28-738127c71789@6c48a",
|
||||
"displayName": "far",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "23a1bcbc-d250-4d63-9a28-738127c71789",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "23a1bcbc-d250-4d63-9a28-738127c71789@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "7ba84d2b-d60a-42c7-b7d9-4692b2283526",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "7ba84d2b-d60a-42c7-b7d9-4692b2283526@6c48a",
|
||||
"displayName": "fx",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "7ba84d2b-d60a-42c7-b7d9-4692b2283526",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "7ba84d2b-d60a-42c7-b7d9-4692b2283526@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "db901ada-5c31-4820-b0bd-1990341ac44f",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "db901ada-5c31-4820-b0bd-1990341ac44f@6c48a",
|
||||
"displayName": "mid",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "db901ada-5c31-4820-b0bd-1990341ac44f",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "db901ada-5c31-4820-b0bd-1990341ac44f@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "60456a45-0933-4a9f-b8bb-61cbf1761456",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "60456a45-0933-4a9f-b8bb-61cbf1761456@6c48a",
|
||||
"displayName": "near",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "60456a45-0933-4a9f-b8bb-61cbf1761456",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "60456a45-0933-4a9f-b8bb-61cbf1761456@6c48a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "cefd10ad-c062-4d72-a25b-dc31b485618b",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "a0897bc0-02aa-4dc7-a106-e3bb3ee845d6",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "a0897bc0-02aa-4dc7-a106-e3bb3ee845d6@6c48a",
|
||||
"displayName": "far",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "a0897bc0-02aa-4dc7-a106-e3bb3ee845d6",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "a0897bc0-02aa-4dc7-a106-e3bb3ee845d6@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "dd10a162-98e8-4eb0-b51f-f3e85db1dbf2",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "dd10a162-98e8-4eb0-b51f-f3e85db1dbf2@6c48a",
|
||||
"displayName": "fx",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "repeat",
|
||||
"wrapModeT": "repeat",
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0,
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "dd10a162-98e8-4eb0-b51f-f3e85db1dbf2",
|
||||
"visible": false
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "texture",
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"hasAlpha": true,
|
||||
"redirect": "dd10a162-98e8-4eb0-b51f-f3e85db1dbf2@6c48a"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 70 B |