Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

click_target.gd 327B

12345678910111213
  1. extends Node
  2. @onready var energy_creator = $"Energy Creator"
  3. @onready var buy_l1 = $"Buy L1 Generator"
  4. # Called when the node enters the scene tree for the first time.
  5. func _ready():
  6. pass # Replace with function body.
  7. # Called every frame. 'delta' is the elapsed time since the previous frame.
  8. func _process(delta):
  9. pass