ZSolarDev
ZSolarDev
CC#
Created by ZSolarDev on 12/16/2023 in #help
This function won't run for some reason
I just tried printing in another class that works and no it wont print
16 replies
CC#
Created by ZSolarDev on 12/16/2023 in #help
This function won't run for some reason
i do
16 replies
CC#
Created by ZSolarDev on 12/16/2023 in #help
This function won't run for some reason
also yes
16 replies
CC#
Created by ZSolarDev on 12/16/2023 in #help
This function won't run for some reason
vscode
16 replies
CC#
Created by ZSolarDev on 12/16/2023 in #help
This function won't run for some reason
but it doesnt log
16 replies
CC#
Created by ZSolarDev on 12/16/2023 in #help
This function won't run for some reason
I changed the sprites x to 0 and it changed
16 replies
CC#
Created by ZSolarDev on 12/16/2023 in #help
This function won't run for some reason
I just found out it works but it just doesnt log anything
16 replies
CC#
Created by ZSolarDev on 12/16/2023 in #help
This function won't run for some reason
oh
16 replies
CC#
Created by ZSolarDev on 12/16/2023 in #help
This function won't run for some reason
no, ive never used a debugger before
16 replies
CC#
Created by ZSolarDev on 12/12/2023 in #help
✅ Im kinda new to c# and I don't know how to use the new function...
:>
23 replies
CC#
Created by ZSolarDev on 12/12/2023 in #help
✅ Im kinda new to c# and I don't know how to use the new function...
i literally have to go in 30 mins
23 replies
CC#
Created by ZSolarDev on 12/12/2023 in #help
✅ Im kinda new to c# and I don't know how to use the new function...
tysm for responding so quickly
23 replies
CC#
Created by ZSolarDev on 12/12/2023 in #help
✅ Im kinda new to c# and I don't know how to use the new function...
so this?
public Sprite(int x, int y, Texture2D tex, Color tint){
this.x = x;
this.y = y;
this.tex = tex;
this.tint = tint;
}
public Sprite(int x, int y, Texture2D tex, Color tint){
this.x = x;
this.y = y;
this.tex = tex;
this.tint = tint;
}
23 replies
CC#
Created by ZSolarDev on 12/12/2023 in #help
✅ Im kinda new to c# and I don't know how to use the new function...
OOH
23 replies
CC#
Created by ZSolarDev on 12/12/2023 in #help
✅ Im kinda new to c# and I don't know how to use the new function...
can you explain
23 replies
CC#
Created by ZSolarDev on 12/12/2023 in #help
✅ Im kinda new to c# and I don't know how to use the new function...
ofc i cant write anything in the function bc the function wont even work
23 replies
CC#
Created by ZSolarDev on 12/12/2023 in #help
✅ Im kinda new to c# and I don't know how to use the new function...
public void new(int x, int y, Texture2D tex, Color tint){
//stuff here
}
public void new(int x, int y, Texture2D tex, Color tint){
//stuff here
}
23 replies
CC#
Created by ZSolarDev on 12/12/2023 in #help
✅ Im kinda new to c# and I don't know how to use the new function...
ok
23 replies
CC#
Created by ZSolarDev on 12/12/2023 in #help
✅ Im kinda new to c# and I don't know how to use the new function...
im using a class
23 replies
CC#
Created by ZSolarDev on 12/12/2023 in #help
✅ Im kinda new to c# and I don't know how to use the new function...
oh then how do I use it? im trying to make it so you can use it like new Sprite(stuff here)
23 replies