diff options
| author | dam <dam@gudinoff> | 2022-06-16 01:43:21 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-06-16 01:43:21 +0000 |
| commit | 3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68 (patch) | |
| tree | 952b368a18aaa2ae08f0fb956b6d16205b5c8681 /main.tscn | |
| parent | a4b9a04763bb60c45300a267778f6586e43ce454 (diff) | |
| download | surgery-log-3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68.tar.zst surgery-log-3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68.zip | |
Added settings; Fixed virtual keyboard height bug with hack; Initial support of multiple themes.
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [ext_resource path="res://main.gd" type="Script" id=1] [ext_resource path="res://ui/date_picker/date_picker.tscn" type="PackedScene" id=2] -[ext_resource path="res://themes/night.tres" type="Theme" id=3] +[ext_resource path="res://themes/day.tres" type="Theme" id=3] [ext_resource path="res://logic/menu.gd" type="Script" id=4] [ext_resource path="res://logic/database.gd" type="Script" id=5] [ext_resource path="res://fonts/font_icons.tres" type="DynamicFont" id=6] |
