• R/O
  • SSH

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂68a8ef8f98d3eb725578975ccb4886917d1ffaf5 (tree)
時間2024-10-04 01:21:00
作者sebastian_bugiu
Commitersebastian_bugiu

Log Message

Updated position for attack and defend buttons.

Change Summary

差異

diff -r b00efce76d2d -r 68a8ef8f98d3 desktop/raw/hotshot_gamedata/mat_panel.material
--- a/desktop/raw/hotshot_gamedata/mat_panel.material Sun Sep 29 21:41:25 2024 +0200
+++ b/desktop/raw/hotshot_gamedata/mat_panel.material Thu Oct 03 18:21:00 2024 +0200
@@ -216,26 +216,26 @@
216216
217217 hlms attack_selected_enemy_mat unlit : BaseSettingsAlphaBlend
218218 {
219- diffuse_map weapon_selection_left_not_pressed.png
220- //diffuse_map1 weapon_selection_left_pressed.png
219+ diffuse_map attack_enemy_not_pressed.png
220+ //diffuse_map1 attack_enemy_pressed.png
221221 }
222222
223223 hlms attack_selected_enemy_mat_pressed unlit : BaseSettingsAlphaBlend
224224 {
225- //diffuse_map weapon_selection_left_not_pressed.png
226- diffuse_map weapon_selection_left_pressed.png
225+ //diffuse_map attack_enemy_not_pressed.png
226+ diffuse_map attack_enemy_pressed.png
227227 }
228228
229229 hlms defend_player_ship_mat unlit : BaseSettingsAlphaBlend
230230 {
231- diffuse_map weapon_selection_right_not_pressed.png
232- //diffuse_map1 weapon_selection_right_pressed.png
231+ diffuse_map defend_player_not_pressed.png
232+ //diffuse_map1 defend_player_pressed.png
233233 }
234234
235235 hlms defend_player_ship_mat_pressed unlit : BaseSettingsAlphaBlend
236236 {
237- //diffuse_map weapon_selection_right_not_pressed.png
238- diffuse_map1 weapon_selection_right_pressed.png
237+ //diffuse_map defend_player_not_pressed.png
238+ diffuse_map1 defend_player_pressed.png
239239 }
240240
241241 hlms back_button_mat unlit : BaseSettingsAlphaBlend
diff -r b00efce76d2d -r 68a8ef8f98d3 desktop/raw/hotshot_gamedata/overlay.overlay
--- a/desktop/raw/hotshot_gamedata/overlay.overlay Sun Sep 29 21:41:25 2024 +0200
+++ b/desktop/raw/hotshot_gamedata/overlay.overlay Thu Oct 03 18:21:00 2024 +0200
@@ -59,18 +59,18 @@
5959 }
6060 container Panel AttackSelectedEnemy
6161 {
62- left 0.4
63- top 0.62
64- width 0.14
65- height 0.14
62+ left 0.5
63+ top 0.11
64+ width 0.1
65+ height 0.05
6666 material attack_selected_enemy_mat
6767 }
6868 container Panel DefendPlayerShip
6969 {
70- left 0.52
71- top 0.62
72- width 0.14
73- height 0.14
70+ left 0.65
71+ top 0.11
72+ width 0.1
73+ height 0.05
7474 material defend_player_ship_mat
7575 }
7676 container Panel AboveCrosshairMessage