Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make all secondary node entries to internal #5

Merged
merged 1 commit into from Feb 23, 2021
Merged
Changes from all commits
Commits
File filter
Filter file types
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.

Always

Just for now

Make all secondary node entries to internal
  • Loading branch information
TokageItLab committed Jan 12, 2021
commit 320215d4e326bf99a064d7e0d9893706e29cac2e
@@ -3,8 +3,5 @@ extends Spatial
# Called when the node enters the scene tree for the first time.
func _ready():
$"AliciaSolid_vrm-051/anim".play("wiggle4")
$"AliciaSolid_vrm-052/anim".play("wiggle")
return # Replace with function body.

# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(_delta):
# return
ProTip! Use n and p to navigate between commits in a pull request.