Datei Kommentare und Readme
37
README.md
|
@ -1,3 +1,36 @@
|
|||
# DigS-Gov Game Soziale Notlage
|
||||
# DigS-Gov Arbeitslosigkeit
|
||||
Ein Besuch beim Arbeitsamt aufgrund von Arbeitslosigkeit kann schnell überfordernd sein. Um dieser Herausforderung zu begegnen, wurde dieser Prototyp entwickelt. Ein interaktives Lernspiel für zukünftige Verwaltungsleistungen. Dieses Spiel ermöglicht es, auf spielerische Weise zu erfahren, wie ein Besuch beim Arbeitsamt abläuft und welche Daten und Gesetze benötigt werden. Durch einfaches Klicken in den Szenen kann im Spiel interagiert werden.
|
||||
|
||||
Serious Game zum Thema soziale Notlage im Forschungsprojekt DigS-Gov
|
||||
## Oberfläche
|
||||
| ![Start](/readme_res/Anfang.png) | ![Quiz](/readme_res/Empfang.png) |
|
||||
|---|---|
|
||||
| *Begrüßung* | *Empfang beim Arbeitsamt* |
|
||||
| ![Auswahl](/readme_res/Wartezimmer.png) | ![Legende](/readme_res/Vermittlung.png) |
|
||||
| *Wartezimmer* | *Vermittlung beim Arbeitsamt* |
|
||||
| ![Lösung](/readme_res/Buch.png) | ![Muster](/readme_res/Berechnung.png) |
|
||||
| *Buch mit gesammelten Informationen* | *Leistungsberechnung beim Arbeitsamt* |
|
||||
| ![Info](/readme_res/Ende.png) | ![Info2](/readme_res/Szenen.png) |
|
||||
| *Schluss* | *Beliebige Szenenauswahl* |
|
||||
|
||||
|
||||
## Technik
|
||||
- **Lizenz:** [OpenSource](https://creativecommons.org/licenses/by/4.0/)
|
||||
- **Projektbeteiligte**
|
||||
- DigS-Gov: Universität zu Lübeck: Institut für Multimediale und Interaktive Systeme, Ethical Innovation Hub
|
||||
- Mach AG
|
||||
- Hansestadt Lübeck
|
||||
- Gefördert durch das Bundesministerium für Bildung und Forschung
|
||||
|
||||
- **Software (Versionsnummer)**
|
||||
- Cocos Creator (v 3.4.0)
|
||||
- TypeScript (4.3.5)
|
||||
|
||||
## Wissenschaftliche Erkenntnisse [JIL](https://jil.sh/portfolio/projekte/digs-gov/)
|
||||
Das Joint Innovation Lab forscht, entwickelt und berät zur Digitalen Transformation im öffentlichen Sektor. Die wissenschaftlichen Erkenntnisse finden Sie auf der [DigS-Gov Projektwebsite](https://jil.sh/portfolio/projekte/digs-gov/).
|
||||
|
||||
## Kontakt
|
||||
- Universität zu Lübeck, Institut für Multimediale und Interaktive Systeme (IMIS),Ratzeburger Allee 160, 23562 Lübeck, Deutschland,
|
||||
- Tel.: +49 451 3101 5101
|
||||
|
||||
### Ansprechpartner
|
||||
- Karlson Hanke, karlson.hanke@uni-luebeck.de
|
|
@ -0,0 +1,3 @@
|
|||
# DigS-Gov Game Soziale Notlage
|
||||
|
||||
Serious Game zum Thema soziale Notlage im Forschungsprojekt DigS-Gov
|
|
@ -3,6 +3,8 @@ import { _decorator, Component, Node, BlockInputEvents, Canvas, Sprite, SpriteCo
|
|||
const { ccclass, property } = _decorator;
|
||||
|
||||
// const eventTarget = new EventTarget();
|
||||
// Author = DigS-Gov Projekt
|
||||
// Hier ist die Logik des Buches beschrieben
|
||||
|
||||
@ccclass('Buch')
|
||||
export class Buch extends Component {
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = Dialog_Strings
|
||||
* DateTime = Fri Sep 15 2023 12:33:51 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = paulpauel
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = Dialog_Strings.ts
|
||||
* FileBasenameNoExtension = Dialog_Strings
|
||||
* URL = db://assets/scripts/Allgemein/Dialog_Strings.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Die Texte der Textboxen sind hier definiert.
|
||||
*/
|
||||
|
||||
@ccclass('Dialog_Strings')
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
import { _decorator, Component, Node, EventTarget, resources, SpriteFrame, Sprite, director } from 'cc';
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
// Author = DigS-Gov Projekt
|
||||
// Die Logik der Tür
|
||||
|
||||
@ccclass('AnkunftTuerTS')
|
||||
export class AnkunftTuerTS extends Component {
|
||||
// [1]
|
||||
|
|
|
@ -8,12 +8,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = WilkommensTextTS
|
||||
* DateTime = Wed Mar 23 2022 11:37:53 GMT+0100 (Mitteleuropäische Normalzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = WilkommensTextTS.ts
|
||||
* FileBasenameNoExtension = WilkommensTextTS
|
||||
* URL = db://assets/newScripts/WilkommensTextTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Die Logik der Startszene
|
||||
*/
|
||||
|
||||
@ccclass('WilkommensTextTS')
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = ButtonSwitch
|
||||
* DateTime = Fri Sep 22 2023 14:10:54 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = paulpauel
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = ButtonSwitch.ts
|
||||
* FileBasenameNoExtension = ButtonSwitch
|
||||
* URL = db://assets/scripts/Empfang/ButtonSwitch.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Szenenwechsel beim Klick
|
||||
*/
|
||||
|
||||
@ccclass('ButtonSwitch')
|
||||
|
|
|
@ -7,12 +7,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = ObererPfeilTS
|
||||
* DateTime = Tue Mar 15 2022 10:01:52 GMT+0100 (Mitteleuropäische Normalzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = ObererPfeilTS.ts
|
||||
* FileBasenameNoExtension = ObererPfeilTS
|
||||
* URL = db://assets/newScripts/ObererPfeilTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Logik des oberen Pfeil-Schild
|
||||
*/
|
||||
|
||||
@ccclass('ObererPfeilTS')
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = ScaleTS
|
||||
* DateTime = Tue Mar 01 2022 10:47:34 GMT+0100 (Mitteleuropäische Normalzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = ScaleTS.ts
|
||||
* FileBasenameNoExtension = ScaleTS
|
||||
* URL = db://assets/scripts/ScaleTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Logik des Fullscreens
|
||||
*/
|
||||
|
||||
@ccclass('ScaleTS')
|
||||
|
|
|
@ -6,11 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = SceneSwitch
|
||||
* DateTime = Fri Sep 22 2023 14:35:43 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = paulpauel
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = SceneSwitch.ts
|
||||
* FileBasenameNoExtension = SceneSwitch
|
||||
* URL = db://assets/scripts/Empfang/SceneSwitch.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
* Logik des klickbaren Bereichs bei einem Szenenwechsel
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -7,12 +7,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = UntererPfeilTS
|
||||
* DateTime = Tue Mar 15 2022 10:02:00 GMT+0100 (Mitteleuropäische Normalzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = UntererPfeilTS.ts
|
||||
* FileBasenameNoExtension = UntererPfeilTS
|
||||
* URL = db://assets/newScripts/UntererPfeilTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Die Logik des unteren Pfeil Schildes
|
||||
*/
|
||||
|
||||
@ccclass('UntererPfeilTS')
|
||||
|
|
|
@ -10,12 +10,12 @@ import { SceneSwitch } from './SceneSwitch';
|
|||
* Predefined variables
|
||||
* Name = WilkommensTextTS
|
||||
* DateTime = Wed Mar 23 2022 11:37:53 GMT+0100 (Mitteleuropäische Normalzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = WilkommensTextTS.ts
|
||||
* FileBasenameNoExtension = WilkommensTextTS
|
||||
* URL = db://assets/newScripts/WilkommensTextTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Die Logik der Empfangs-Szene
|
||||
*/
|
||||
|
||||
@ccclass('WilkommensTextEmpfangTS')
|
||||
|
|
|
@ -7,12 +7,12 @@ import { WilkommensTextTS } from './WilkommensTextEmpfangTS';
|
|||
* Predefined variables
|
||||
* Name = goBackTS
|
||||
* DateTime = Sun Feb 20 2022 18:53:47 GMT+0100 (Mitteleuropäische Normalzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = goBackTS.ts
|
||||
* FileBasenameNoExtension = goBackTS
|
||||
* URL = db://assets/scripts/goBackTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Schließen des Formulares
|
||||
*/
|
||||
|
||||
@ccclass('goBackTS')
|
||||
|
|
|
@ -3,7 +3,8 @@ import { Dialog_Strings } from '../Allgemein/Dialog_Strings';
|
|||
import { Buch } from '../Allgemein/Buch';
|
||||
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
// Author = DigS-Gov Projekt
|
||||
// Logik der Testbox in der End-Szene
|
||||
@ccclass('Info')
|
||||
export class Info extends Component {
|
||||
|
||||
|
|
|
@ -9,12 +9,12 @@ import { TaschenrechnerTS } from './TaschenrechnerTS';
|
|||
* Predefined variables
|
||||
* Name = InfoTextLeistungsberechnungTS
|
||||
* DateTime = Mon Aug 08 2022 09:21:19 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = InfoTextLeistungsberechnungTS.ts
|
||||
* FileBasenameNoExtension = InfoTextLeistungsberechnungTS
|
||||
* URL = db://assets/scripts/Leistungsberechnung/InfoTextLeistungsberechnungTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Logik der Leistungsabrechnung-Szene
|
||||
*/
|
||||
|
||||
@ccclass('InfoTextLeistungsberechnungTS')
|
||||
|
|
|
@ -7,11 +7,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = LBMitarbeiterTS
|
||||
* DateTime = Thu Aug 04 2022 12:47:48 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = LBMitarbeiterTS.ts
|
||||
* FileBasenameNoExtension = LBMitarbeiterTS
|
||||
* URL = db://assets/scripts/Leistungsberechnung/LBMitarbeiterTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
* Logik des Mitarbeiters der Szene
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -7,11 +7,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = TaschenrechnerTS
|
||||
* DateTime = Thu Aug 04 2022 12:48:04 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = TaschenrechnerTS.ts
|
||||
* FileBasenameNoExtension = TaschenrechnerTS
|
||||
* URL = db://assets/scripts/Leistungsberechnung/TaschenrechnerTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
* Logik des Taschenrechners der Szene
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = SZAuswahlAnkunftTS
|
||||
* DateTime = Wed Apr 13 2022 19:41:01 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = SZAuswahlAnkunftTS.ts
|
||||
* FileBasenameNoExtension = SZAuswahlAnkunftTS
|
||||
* URL = db://assets/newScripts/SZAuswahlAnkunftTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Szenenwechsel Ankunft
|
||||
*/
|
||||
|
||||
@ccclass('SZAuswahlAnkunftTS')
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = SZAuswahlLeistungsberechnungTS
|
||||
* DateTime = Thu Aug 04 2022 12:44:13 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = SZAuswahlLeistungsberechnungTS.ts
|
||||
* FileBasenameNoExtension = SZAuswahlLeistungsberechnungTS
|
||||
* URL = db://assets/scripts/SZAuswahl/SZAuswahlLeistungsberechnungTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Szenenwechsel Leistungsberechnung
|
||||
*/
|
||||
|
||||
@ccclass('SZAuswahlLeistungsberechnungTS')
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = SZAuswahlTS
|
||||
* DateTime = Wed Apr 13 2022 19:47:25 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = SZAuswahlTS.ts
|
||||
* FileBasenameNoExtension = SZAuswahlTS
|
||||
* URL = db://assets/scripts/SZAuswahlTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Szenenwechschel logik
|
||||
*/
|
||||
|
||||
@ccclass('SZAuswahlTS')
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = SZAuswahlVermittlungsraumTS
|
||||
* DateTime = Wed Jun 22 2022 20:48:38 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = SZAuswahlVermittlungsraumTS.ts
|
||||
* FileBasenameNoExtension = SZAuswahlVermittlungsraumTS
|
||||
* URL = db://assets/scripts/SZAuswahl/SZAuswahlVermittlungsraumTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Szenenwechsel Vermittlung
|
||||
*/
|
||||
|
||||
@ccclass('SZAuswahlVermittlungsraumTS')
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = SZAuswahlWartezimmerTS
|
||||
* DateTime = Sun Jun 19 2022 21:04:11 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = SZAuswahlWartezimmerTS.ts
|
||||
* FileBasenameNoExtension = SZAuswahlWartezimmerTS
|
||||
* URL = db://assets/scripts/SZAuswahl/SZAuswahlWartezimmerTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Szenenwechsel Wartezimmer
|
||||
*/
|
||||
|
||||
@ccclass('SZAuswahlWartezimmerTS')
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = SZAzswahlEmpfangTS
|
||||
* DateTime = Wed Apr 13 2022 19:41:15 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = SZAzswahlEmpfangTS.ts
|
||||
* FileBasenameNoExtension = SZAzswahlEmpfangTS
|
||||
* URL = db://assets/newScripts/SZAzswahlEmpfangTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Szenenwechsel Empfang
|
||||
*/
|
||||
|
||||
@ccclass('SZAzswahlEmpfangTS')
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = ZurueckBtnTS
|
||||
* DateTime = Tue Mar 29 2022 11:46:56 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = ZurueckBtnTS.ts
|
||||
* FileBasenameNoExtension = ZurueckBtnTS
|
||||
* URL = db://assets/newScripts/ZurueckBtnTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Zurückbutton Logik
|
||||
*/
|
||||
|
||||
@ccclass('ZurueckBtnTS')
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = Desktop
|
||||
* DateTime = Tue Sep 26 2023 14:59:49 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = paulpauel
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = Desktop.ts
|
||||
* FileBasenameNoExtension = Desktop
|
||||
* URL = db://assets/scripts/Vermittlungsraum/Desktop.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Logik für Desktopklick
|
||||
*/
|
||||
|
||||
@ccclass('Desktop')
|
||||
|
|
|
@ -7,12 +7,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = GeldTS
|
||||
* DateTime = Mon Aug 15 2022 10:31:54 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = GeldTS.ts
|
||||
* FileBasenameNoExtension = GeldTS
|
||||
* URL = db://assets/scripts/Vermittlungsraum/GeldTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Geldbeutel Logik
|
||||
*/
|
||||
|
||||
@ccclass('GeldTS')
|
||||
|
|
|
@ -13,12 +13,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = InfoTextVermittlungsraumTS
|
||||
* DateTime = Sat Jun 25 2022 11:10:54 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = InfoTextVermittlungsraumTS.ts
|
||||
* FileBasenameNoExtension = InfoTextVermittlungsraumTS
|
||||
* URL = db://assets/scripts/Vermittlungsraum/InfoTextVermittlungsraumTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Szenenablauf der Vermittlung
|
||||
*/
|
||||
|
||||
@ccclass('InfoTextVermittlungsraumTS')
|
||||
|
|
|
@ -7,12 +7,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = SchulungTS
|
||||
* DateTime = Mon Sep 26 2022 09:35:57 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = SchulungTS.ts
|
||||
* FileBasenameNoExtension = SchulungTS
|
||||
* URL = db://assets/scripts/Vermittlungsraum/SchulungTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Schulung Logik
|
||||
*/
|
||||
|
||||
@ccclass('SchulungTS')
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = ShowDesktopButton
|
||||
* DateTime = Tue Sep 26 2023 15:02:54 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = paulpauel
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = ShowDesktopButton.ts
|
||||
* FileBasenameNoExtension = ShowDesktopButton
|
||||
* URL = db://assets/scripts/Vermittlungsraum/ShowDesktopButton.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Aktivieeren des Desktop Buttons
|
||||
*/
|
||||
|
||||
@ccclass('ShowDesktopButton')
|
||||
|
|
|
@ -7,12 +7,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = SucheUndHutTS
|
||||
* DateTime = Mon Sep 26 2022 09:32:58 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = SucheUndHutTS.ts
|
||||
* FileBasenameNoExtension = SucheUndHutTS
|
||||
* URL = db://assets/scripts/Vermittlungsraum/SucheUndHutTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Logik für die Jobsuche
|
||||
*/
|
||||
|
||||
@ccclass('SucheUndHutTS')
|
||||
|
|
|
@ -7,12 +7,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = VermittlungsraumMitarbeiterinTS
|
||||
* DateTime = Wed Jun 22 2022 21:22:03 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = VermittlungsraumMitarbeiterinTS.ts
|
||||
* FileBasenameNoExtension = VermittlungsraumMitarbeiterinTS
|
||||
* URL = db://assets/scripts/Vermittlungsraum/VermittlungsraumMitarbeiterinTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Mitarbeiterin Logik
|
||||
*/
|
||||
|
||||
@ccclass('VermittlungsraumMitarbeiterinTS')
|
||||
|
|
|
@ -8,12 +8,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = InfoTextWartezimmerTS
|
||||
* DateTime = Mon May 23 2022 09:44:29 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = InfoTextWartezimmerTS.ts
|
||||
* FileBasenameNoExtension = InfoTextWartezimmerTS
|
||||
* URL = db://assets/scripts/InfoTextWartezimmerTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Szenenablauf Wartezimmer
|
||||
*/
|
||||
|
||||
@ccclass('InfoTextWartezimmerTS')
|
||||
|
|
|
@ -6,12 +6,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = TuerVermittlungsraumTS
|
||||
* DateTime = Sat Jun 25 2022 11:15:08 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = TuerVermittlungsraumTS.ts
|
||||
* FileBasenameNoExtension = TuerVermittlungsraumTS
|
||||
* URL = db://assets/scripts/Wartezimmer/TuerVermittlungsraumTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Tür Logik
|
||||
*/
|
||||
|
||||
@ccclass('TuerVermittlungsraumTS')
|
||||
|
|
|
@ -7,12 +7,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = WartendDreiTS
|
||||
* DateTime = Mon Jun 20 2022 08:27:15 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = WartendDreiTS.ts
|
||||
* FileBasenameNoExtension = WartendDreiTS
|
||||
* URL = db://assets/scripts/Wartezimmer/WartendDreiTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Frau wartend Logik
|
||||
*/
|
||||
|
||||
@ccclass('WartendDreiTS')
|
||||
|
|
|
@ -7,12 +7,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = Wartend1TS
|
||||
* DateTime = Wed Jun 08 2022 00:35:07 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = Wartend1TS.ts
|
||||
* FileBasenameNoExtension = Wartend1TS
|
||||
* URL = db://assets/scripts/Wartezimmer/Wartend1TS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Alter Herr wartend Logik
|
||||
*/
|
||||
|
||||
@ccclass('WartendEinsTS')
|
||||
|
|
|
@ -7,12 +7,12 @@ const { ccclass, property } = _decorator;
|
|||
* Predefined variables
|
||||
* Name = WartendZweiTS
|
||||
* DateTime = Mon Jun 20 2022 08:27:06 GMT+0200 (Mitteleuropäische Sommerzeit)
|
||||
* Author = TitanTimo
|
||||
* Author = DigS-Gov Projekt
|
||||
* FileBasename = WartendZweiTS.ts
|
||||
* FileBasenameNoExtension = WartendZweiTS
|
||||
* URL = db://assets/scripts/Wartezimmer/WartendZweiTS.ts
|
||||
* ManualUrl = https://docs.cocos.com/creator/3.4/manual/en/
|
||||
*
|
||||
* Junge wartend Logik
|
||||
*/
|
||||
|
||||
@ccclass('WartendZweiTS')
|
||||
|
|
After Width: | Height: | Size: 227 KiB |
After Width: | Height: | Size: 286 KiB |
After Width: | Height: | Size: 204 KiB |
After Width: | Height: | Size: 270 KiB |
After Width: | Height: | Size: 252 KiB |
After Width: | Height: | Size: 953 KiB |
After Width: | Height: | Size: 219 KiB |
After Width: | Height: | Size: 220 KiB |