mirror of
https://github.com/Relintai/archivr.git
synced 2025-03-13 11:48:54 +01:00
More setup work.
This commit is contained in:
parent
e36fe49f77
commit
5104111131
16
game/downloader/Downloader.gd
Normal file
16
game/downloader/Downloader.gd
Normal file
@ -0,0 +1,16 @@
|
||||
extends Node
|
||||
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = "text"
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
#func _process(delta):
|
||||
# pass
|
6
game/downloader/Downloader.tscn
Normal file
6
game/downloader/Downloader.tscn
Normal file
@ -0,0 +1,6 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://downloader/Downloader.gd" type="Script" id=1]
|
||||
|
||||
[node name="Downloader" type="Node"]
|
||||
script = ExtResource( 1 )
|
16
game/downloader/wordpress/WordpressDownloader.gd
Normal file
16
game/downloader/wordpress/WordpressDownloader.gd
Normal file
@ -0,0 +1,16 @@
|
||||
extends Node
|
||||
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = "text"
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
#func _process(delta):
|
||||
# pass
|
6
game/downloader/wordpress/WordpressDownloader.tscn
Normal file
6
game/downloader/wordpress/WordpressDownloader.tscn
Normal file
@ -0,0 +1,6 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://downloader/wordpress/WordpressDownloader.gd" type="Script" id=1]
|
||||
|
||||
[node name="WordpressDownloader" type="Node"]
|
||||
script = ExtResource( 1 )
|
Loading…
Reference in New Issue
Block a user