Skip to content

Commit

Permalink
rua
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjackyuanjie committed Aug 4, 2024
1 parent d5243b6 commit da18937
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Readme please check out [dr.shenjack.top](https://dr.shenjack.top/main/readme-en

[About Versions](src/version.md)

[![release version](https://img.shields.io/badge/Release-0.9.1.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
[![pre version](https://img.shields.io/badge/Pre_Release-0.9.1.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
[![devlo version](https://img.shields.io/badge/Devloping-0.9.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
[![release version](https://img.shields.io/badge/Release-0.9.2.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
[![pre version](https://img.shields.io/badge/Pre_Release-0.9.2.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
[![devlo version](https://img.shields.io/badge/Devloping-0.9.3-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)

[![language badge](https://stats.deeptrain.net/repo/shenjackyuanjie/Difficult-Rocket?theme=dark)](https://stats.deeptrain.net/repo/shenjackyuanjie/Difficult-Rocket?theme=dark)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Readme please check out [dr.shenjack.top](https://dr.shenjack.top/main/readme-en

[关于版本号的说明](./docs/src/version.md)

[![release version](https://img.shields.io/badge/Release-0.9.1.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
[![pre version](https://img.shields.io/badge/Pre_Release-0.9.1.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
[![devlo version](https://img.shields.io/badge/Devloping-0.9.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
[![release version](https://img.shields.io/badge/Release-0.9.2.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
[![pre version](https://img.shields.io/badge/Pre_Release-0.9.2.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
[![devlo version](https://img.shields.io/badge/Devloping-0.9.3-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)

[![language badge](https://stats.deeptrain.net/repo/shenjackyuanjie/Difficult-Rocket?theme=dark)](https://stats.deeptrain.net/repo/shenjackyuanjie/Difficult-Rocket?theme=dark)

Expand Down
2 changes: 1 addition & 1 deletion mods/dr_game/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def init(self, **kwargs) -> bool:
class DR_mod(ModInfo):
mod_id = "difficult_rocket_mod"
name = "Difficult Rocket mod"
version = Version("0.3.7")
version = Version("0.4.0")

writer = "shenjackyuanjie"
link = "shenjack.top"
Expand Down
3 changes: 2 additions & 1 deletion mods/dr_game/sr1_ship.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def set_folder(self, path: Path):
sr_tr().sr1.ship.ship.valid().format(file), tag="ship explorer"
)
button = OreuiButton(
x=0,
x=2,
y=len(self.buttons) * -(30 + 5) + self.height,
width=150,
height=30,
Expand Down Expand Up @@ -742,6 +742,7 @@ def on_file_drop(self, x: int, y: int, paths: list[str], window: ClientWindow):
if len(paths) == 1:
# only file/path
self.load_xml(Path(paths[0]))
self.render_ship()
else:
...

Expand Down

0 comments on commit da18937

Please sign in to comment.