mirror of
https://github.com/hobbesjaap/time-sampling-form.git
synced 2025-04-18 21:45:42 +00:00
Compare commits
2 Commits
4a41f52fa5
...
c4c48e282b
Author | SHA1 | Date | |
---|---|---|---|
c4c48e282b | |||
feaa39682b |
@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img src="./design_files/main_icon_small.png" width="200" height="200">
|
||||
<img src="./design_files/app_screenshot.png">
|
||||
</p>
|
||||
|
||||
<h1 align="center">Time Sampling Form</h1>
|
||||
|
BIN
design_files/app_screenshot.png
Normal file
BIN
design_files/app_screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 149 KiB |
@ -1,5 +1,22 @@
|
||||
extends CanvasLayer
|
||||
|
||||
# Time Sampling Form
|
||||
|
||||
# Copyright (C) 2022-present Jaap Marsman
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@onready var main_window = $"../../AppWindow"
|
||||
|
||||
|
||||
|
@ -1,5 +1,21 @@
|
||||
extends CanvasLayer
|
||||
|
||||
# Time Sampling Form
|
||||
|
||||
# Copyright (C) 2022-present Jaap Marsman
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
var time_lefts : int
|
||||
var toggle_observation : bool = false
|
||||
|
@ -1,5 +1,21 @@
|
||||
extends ProgressBar
|
||||
|
||||
# Time Sampling Form
|
||||
|
||||
# Copyright (C) 2022-present Jaap Marsman
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
func _process(_delta) -> void:
|
||||
value = global_ints.locked_observations_intervals_remaining
|
||||
|
@ -1,5 +1,21 @@
|
||||
extends CanvasLayer
|
||||
|
||||
# Time Sampling Form
|
||||
|
||||
# Copyright (C) 2022-present Jaap Marsman
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
var js_interface;
|
||||
var image : Image
|
||||
|
@ -1,5 +1,21 @@
|
||||
extends ProgressBar
|
||||
|
||||
# Time Sampling Form
|
||||
|
||||
# Copyright (C) 2022-present Jaap Marsman
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
var time_lefts : int
|
||||
|
||||
|
@ -1,5 +1,21 @@
|
||||
extends CanvasLayer
|
||||
|
||||
# Time Sampling Form
|
||||
|
||||
# Copyright (C) 2022-present Jaap Marsman
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
var check_time_var : int
|
||||
var csv_url = "https://raw.githubusercontent.com/hobbesjaap/time-sampling-form/main/updater/version_info.csv"
|
||||
|
Loading…
x
Reference in New Issue
Block a user