Skip to content

Commit a5ba548

Browse files
authored
Merge pull request #80 from femtoCommunity/dev_mainmenu-maprotation-image
差分
2 parents 8d93db0 + 54d4177 commit a5ba548

7 files changed

+19
-19
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
アイコンリスト=「」
2-
[今の位置]Resources\Icons」のファイルの一覧をアイコンファイルへそれぞれ繰り返す
2+
..\Resources\Icons」のファイルの一覧をアイコンファイルへそれぞれ繰り返す
33
もしアイコンファイルが「.png」で終わるならアイコンリスト=アイコンリスト&「「「..\Resources\Icons\」」&[アイコンファイル]&「「」を素材として利用する」」&[改行]
44
繰り返し終わり
5-
アイコンリストを「[今の位置]Source\Icon.rdr」へ「UTF-8」で保存する
5+
アイコンリストを「..\Source\Icon.rdr」へ「UTF-8」で保存する

Source/_Setup/LegendUtil_Setup.iss

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "LegendUtil"
5-
#define MyAppVersion "0.3.0"
5+
#define MyAppVersion "0.0.0"
66
#define MyAppReleaseChannel "beta"
77
#define MyAppReleaseNumber "0"
8-
#define MyAppVersionText "0.3.0-beta.20240829.175304.2"
8+
#define MyAppVersionText "0.0.0-beta.0"
99
#define MyAppPublisher "femto Community Software Team"
1010
#define MyAppCopyrighter "Milkeyyy"
1111
#define MyAppURL "https://github.com/femtoCommunity/LegendUtil"
@@ -25,7 +25,7 @@ VersionInfoVersion={#MyAppVersion}
2525
AppVerName={#MyAppName}
2626
AppPublisher={#MyAppPublisher}
2727
AppPublisherURL={#MyAppURL}
28-
AppCopyright=Copyright (C) 2024 {#MyAppCopyrighter}
28+
AppCopyright=Copyright (C) 2025 {#MyAppCopyrighter}
2929
AppSupportURL={#MyAppSupportURL}
3030
AppUpdatesURL={#MyAppURL}
3131
DefaultDialogFontName=Yu Gothic UI

Source/_Setup/LegendUtil_Setup_Dev.iss

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "LegendUtil Dev Build"
5-
#define MyAppVersion "0.3.0"
5+
#define MyAppVersion "0.0.0"
66
#define MyAppReleaseChannel "dev"
7-
#define MyAppReleaseNumber "20240829.175304.2"
8-
#define MyAppVersionText "0.3.0-dev.20240830.191539.2"
7+
#define MyAppReleaseNumber "0"
8+
#define MyAppVersionText "0.0.0-dev.0"
99
#define MyAppPublisher "femto Community Software Team"
1010
#define MyAppCopyrighter "Milkeyyy"
1111
#define MyAppURL "https://github.com/femtoCommunity/LegendUtil"
@@ -25,7 +25,7 @@ VersionInfoVersion={#MyAppVersion}
2525
AppVerName={#MyAppName}
2626
AppPublisher={#MyAppPublisher}
2727
AppPublisherURL={#MyAppURL}
28-
AppCopyright=Copyright (C) 2024 {#MyAppCopyrighter}
28+
AppCopyright=Copyright (C) 2025 {#MyAppCopyrighter}
2929
AppSupportURL={#MyAppSupportURL}
3030
AppUpdatesURL={#MyAppURL}
3131
DefaultDialogFontName=Yu Gothic UI

Source/ウィンドウ管理器.rdr

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@
8787
テーマ部品固有色=○
8888
部品一覧=空の辞書
8989

90-
【ダーク色】={255,25,25,25}
91-
【ダーク色2】={255,40,40,40}
92-
【ライト色】={255,250,250,250}
93-
【ライト色2】={255,235,235,235}
90+
【ダーク色:色情報】={255,25,25,25}
91+
【ダーク色2:色情報】={255,40,40,40}
92+
【ライト色:色情報】={255,250,250,250}
93+
【ライト色2:色情報】={255,235,235,235}
9494

9595
/*テーマ一覧={ // 背景,文字,アイコン (ARGB),タイトルバーモード (0=ライト,1=ダーク)
9696
「Dark」={ダーク色,ライト色,ライト色,1},
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ローカルタイムゾーン時差取得する手順:日時期間形式
22
【TimeZoneInfo:ドットネット型】=ドットネット型(「System.TimeZoneInfo」)を作ったもの
33
【Local】=TimeZoneInfoから「Local」を取得したもの
4-
【時差:日時期間形式】=Localの「BaseUtcOffset」
4+
【時差:日時期間形式】=LocalのBaseUtcOffset
55
時差を返す
66
終わり

Source/ユーティリティ/辞書ユーティリティ.rdr

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
終わり
3737

3838
【データ:辞書】から【内容】としてキー取得する手順:文字列
39-
データを【要素】へそれぞれ繰り返す
40-
もし内容が要素の内容なら要素のキーを返す
39+
データの見出しを【要素キー】へそれぞれ繰り返す
40+
もし内容がデータ(要素キー)なら要素キーを返す
4141
繰り返し終わり
4242
無を返す
4343
終わり

Source/実験的機能管理器.rdr

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
自分で初期化する手順
2222
// ローカライズ
23-
機能一覧を【機能】へそれぞれ繰り返す
24-
//機能の内容(「名前」)=[言語管理器で「Config.ExperimentalFeatures.[機能のキー];Name」を取得したもの]
25-
//機能の内容(「説明」)=[言語管理器で「Config.ExperimentalFeatures.[機能のキー];Desc」を取得したもの]
23+
機能一覧の見出しを【機能ID】へそれぞれ繰り返す
24+
//起動一覧(機能ID)(「名前」)=[言語管理器で「Config.ExperimentalFeatures.[機能のキー];Name」を取得したもの]
25+
//起動一覧(機能ID)(「説明」)=[言語管理器で「Config.ExperimentalFeatures.[機能のキー];Desc」を取得したもの]
2626
繰り返し終わり
2727
終わり
2828

0 commit comments

Comments
 (0)