İlk commit: Stepstead Godot istemci (4.6 Mobile)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
commit
6a1706051d
346 changed files with 14415 additions and 0 deletions
13
addons/stepcounter/stepcounter.gd
Normal file
13
addons/stepcounter/stepcounter.gd
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
@tool
|
||||
extends EditorPlugin
|
||||
## StepCounter Android eklentisini export'a kaydeder.
|
||||
|
||||
var _export_plugin: EditorExportPlugin
|
||||
|
||||
func _enter_tree() -> void:
|
||||
_export_plugin = preload("res://addons/stepcounter/export_plugin.gd").new()
|
||||
add_export_plugin(_export_plugin)
|
||||
|
||||
func _exit_tree() -> void:
|
||||
remove_export_plugin(_export_plugin)
|
||||
_export_plugin = null
|
||||
Loading…
Add table
Add a link
Reference in a new issue