mirror of
https://github.com/hobbesjaap/time-sampling-form.git
synced 2025-04-19 22:15:42 +00:00
Compare commits
2 Commits
4a41f52fa5
...
c4c48e282b
Author | SHA1 | Date | |
---|---|---|---|
c4c48e282b | |||
feaa39682b |
@ -1,5 +1,5 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="./design_files/main_icon_small.png" width="200" height="200">
|
<img src="./design_files/app_screenshot.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h1 align="center">Time Sampling Form</h1>
|
<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
|
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"
|
@onready var main_window = $"../../AppWindow"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,21 @@
|
|||||||
extends CanvasLayer
|
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 time_lefts : int
|
||||||
var toggle_observation : bool = false
|
var toggle_observation : bool = false
|
||||||
|
@ -1,5 +1,21 @@
|
|||||||
extends ProgressBar
|
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:
|
func _process(_delta) -> void:
|
||||||
value = global_ints.locked_observations_intervals_remaining
|
value = global_ints.locked_observations_intervals_remaining
|
||||||
|
@ -1,5 +1,21 @@
|
|||||||
extends CanvasLayer
|
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 js_interface;
|
||||||
var image : Image
|
var image : Image
|
||||||
|
@ -1,5 +1,21 @@
|
|||||||
extends ProgressBar
|
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
|
var time_lefts : int
|
||||||
|
|
||||||
|
@ -1,5 +1,21 @@
|
|||||||
extends CanvasLayer
|
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 check_time_var : int
|
||||||
var csv_url = "https://raw.githubusercontent.com/hobbesjaap/time-sampling-form/main/updater/version_info.csv"
|
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