Compare commits

...

2 Commits

Author SHA1 Message Date
c4c48e282b added GNU license to script - as recommended 2025-04-13 11:53:22 +08:00
feaa39682b added screenshot to readme 2025-04-13 11:26:14 +08:00
8 changed files with 98 additions and 1 deletions

View File

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"