mirror of
https://repo.or.cz/minetest_hudbars.git
synced 2025-07-14 14:20:29 +02:00
Compare commits
5 Commits
2.1.0
...
7f6ed309b3
Author | SHA1 | Date | |
---|---|---|---|
7f6ed309b3 | |||
99ebd71da7 | |||
699e356609 | |||
7cd5940c68 | |||
67ca481f7c |
@ -38,6 +38,7 @@ Translations:
|
||||
* Dutch: kingoscargames
|
||||
* Italian: Hamlet
|
||||
* Malay: muhdnurhidayat
|
||||
* Russian: Imk
|
||||
|
||||
This program is free software. It comes without any warranty, to
|
||||
the extent permitted by applicable law. You can redistribute it
|
||||
|
2
init.lua
2
init.lua
@ -567,3 +567,5 @@ minetest.register_globalstep(function(dtime)
|
||||
end
|
||||
if timer > 4 then timer = 0 end
|
||||
end)
|
||||
|
||||
minetest.log("action", "[hudbars] loaded.")
|
||||
|
4
locale/hudbars.ru.tr
Normal file
4
locale/hudbars.ru.tr
Normal file
@ -0,0 +1,4 @@
|
||||
# textdomain: hudbars
|
||||
Health=HP
|
||||
Breath=дыхание
|
||||
@1: @2/@3=@1: @2/@3
|
Reference in New Issue
Block a user